Skip to content

Commit

Permalink
Updates to script to support indirect CRL signing.
Browse files Browse the repository at this point in the history
  • Loading branch information
bh3000 committed Dec 9, 2024
1 parent ce025b1 commit 24e4c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credentials/generate-revocation-set.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ def main(use_main_net_dcld: str, use_test_net_dcld: str, use_main_net_http: bool
if revoked_cert_issuer is not None:
# check if this really are the same thing
if revoked_cert_issuer != x509.DirectoryName(certificate_authority_name).value:
logging.debug("CRL entry issuer is not CRL File Issuer, continue...")
logging.warning("CRL entry issuer is not CRL File Issuer, continue...")
continue
except Exception:
logging.warning("certificateIssuer entry extension not found in CRL")
Expand Down

0 comments on commit 24e4c03

Please sign in to comment.