跳轉到

Command

OpenSSL Freq cmd

Generate random base64 string of 2X characters

openssl rand -base64 X

Generate random hex string 2X characters

openssl rand -hex X

Check the information of a TLS/SSL certificate

openssl x509 -in /path/to/cert -text -noout