Skip to content

Commit 7ec86a2

Browse files
committed
fix: x509 CA crl endpoint
1 parent c27c116 commit 7ec86a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyeudiw/tests/x509/test_x509.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def gen_chain(
2929
"email_address": f"info@{ca_dns}",
3030
"dns": ca_dns,
3131
"uri": f"https://{ca_dns}",
32-
"crl_distr_point": f"https://{ca_dns}/crl.pem",
32+
"crl_distr_point": f"https://{ca_dns}/crl/{ca_dns}.crl",
3333
"ca": True,
3434
"path_length": 2,
3535
"excluded_subtrees": [

0 commit comments

Comments
 (0)