mode51software / vaultplugin-hsmpki

The Vault HSM PKI plugin overlays the modifications to the builtin PKI plugin that enable support for certificate signing using a Hardware Security Module via PKCS#11.
https://www.vaultproject.io/docs/plugin-portal
Mozilla Public License 2.0
19 stars 6 forks source link

Issue-10: add back in RSA #14

Closed mode51software closed 3 years ago

mode51software commented 3 years ago

Issue-11: remove hardcoded EC so RSA works for Generate Root, Generater Intermediate, though Sign Intermediate can use EC 521 because internal as part of Vault's auto CSR gen and Sign Issue-12: HSM connection checks on path calls Issue-13: detect if in metamode or plugin startup

Closes #10 Closes #11 Closes #12 Closes #13