openssl version
If you prefer using the terminal, you can install OpenSSL via the built-in Windows Package Manager: Lenovohttps://www.lenovo.com openssl for windows
openssl s_client -connect google.com:443 openssl version If you prefer using the terminal,
openssl x509 -in cert.pem -text -noout
openssl req -x509 -newkey rsa:2048 -nodes -keyout key.pem -out cert.pem -days 365 -subj "/CN=localhost" openssl for windows
The term "report" can vary in meaning. If you're looking to generate a report on the certificate or CSR, you can use:
Using OpenSSL on Windows is a different experience than on Linux.