Portable OpenSSL cryptography and SSL/TLS toolkit
Cryptography and SSL/TLS Toolkit
openssl$ openssl req -new -newkey rsa:2048 -nodes -out request.csr -keyout private.key$ openssl x509 -in certificate.crt -text -noout$ openssl s_client -connect example.com:443