Cryptography and SSL/TLS toolkit for secure communications
Cryptography and SSL/TLS Toolkit
openssl
$ openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 365 -nodes
$ openssl x509 -in cert.pem -text -noout
$ openssl passwd -crypt