Public Key Infrastructure (PKI) Simulation in Node.js
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
^4.18.2^1.3.1^11.1.0^4.1.2^8.2.6^1.6.0^29.7.029
commits
fix: Make CRL initialization optional in PKI setup
9e83215View on GitHubfix: Improve CRL initialization with fallback support
960cedeView on GitHubfix: Correct SubjectKeyIdentifier and AuthorityKeyIdentifier generation
2090b33View on GitHubAdd .gitignore (node_modules, logs, env, certs/keys/crl, IDE files)
a87007fView on GitHubAdd pki-simulation README describing project layout and quick start
45a34a2View on GitHubAdd .gitkeep to crl/ to track certificate revocation lists folder
f4de73cView on GitHubAdd .gitkeep to keys/ to track private keys folder
df245b7View on GitHubAdd .gitkeep to certs/ to track generated certificates folder
6f471a1View on GitHubAdd server entry that wires RootCA and IntermediateCA for demos
e2805aaView on GitHubAdd EmailEncryptionDemo skeleton using keypair and AES demo encryption
984cc56View on GitHubAdd CodeSigningDemo that generates a keypair and signs example payload
143ec55View on GitHub