79660203

Date: 2025-06-10 10:00:39
Score: 2.5
Natty:
Report link

No need to store output in txt file directly dump it to CER (.cer). Later if you want to convert to other format use openssl x509

echo | openssl s_client -connect www.openssl.org:443 -showcerts > out.cer (echo will avoid waiting for you to terminate the connection)

You can import this certificate to your keystore/ truststore

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: ABHIMANYU