Replace openssl dependency in CA scripts with native Go implementation #18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The CA scripts in CA/ (mkca, mkssl-pem) shell out to openssl for:
Since we already removed the openssl dependency from the server (PKCS12 bundling is now pure Go via software.sslmate.com/src/go-pkcs12), the CA scripts are the last remaining consumer of the openssl
binary.
Rewriting CA management as a Go tool would: