Cryptography and SSL/TLS toolkit for secure communications
Cryptography and SSL/TLS Toolkit
openssl$ openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes$ openssl x509 -in cert.pem -noout -dates$ openssl dgst -sha256 filename