Cryptography and SSL/TLS toolkit for secure communications
Cryptography and SSL/TLS Toolkit
openssl
$ openssl genrsa -out private.key 2048
$ openssl req -new -x509 -key private.key -out cert.pem -days 365
$ openssl x509 -in cert.pem -text -noout