Alternative to easy-rsa
Posted: Mon Dec 28, 2015 10:03 am
For what it's worth: here is a replacement to easy-rsa based on Python/OpenSSL.
https://github.com/nicolas314/2cca
Probably does not cover as much but at least it is not based on shell scripts and is all contained in a single file.
2cca lets you generate a root CA, server, and client certificates and keys. It also allows primitive CRL handling, allowing certificate revocation and CRL publication.
Would be glad to get feedback to see what is missing.
Hope it helps
Nicolas314
https://github.com/nicolas314/2cca
Probably does not cover as much but at least it is not based on shell scripts and is all contained in a single file.
2cca lets you generate a root CA, server, and client certificates and keys. It also allows primitive CRL handling, allowing certificate revocation and CRL publication.
Would be glad to get feedback to see what is missing.
Hope it helps
Nicolas314