portable-openssl

Portable OpenSSL cryptography and SSL/TLS toolkit

brewmacoslinux
Try with needOr install directly
Source

About

Cryptography and SSL/TLS Toolkit

Commands

openssl

Examples

Generate a new private key and certificate signing request$ openssl req -new -newkey rsa:2048 -nodes -out request.csr -keyout private.key
View certificate details from a file$ openssl x509 -in certificate.crt -text -noout
Test SSL/TLS connection to a remote server$ openssl s_client -connect example.com:443