Added certificate revocation and CRL generation code.

This commit is contained in:
2025-07-28 01:34:21 +02:00
parent bd9547ff70
commit 6c5842826e
6 changed files with 425 additions and 138 deletions

7
.gitignore vendored
View File

@@ -6,7 +6,12 @@ lab-ca*
*.pem
# Ignore CA configuration and certificate definitions.
*.hcl
# Ignore state files
*.json
# Include example files
!/examples/*.hcl
# Exclude MacOS Finder metadata files
.DS_Store
.DS_Store
# Exclude default certificate and private key files directories
/certs/
/private/