NetWiki

I can make net work

User Tools

Site Tools


software:openssl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

software:openssl [2023-08-26 18:07] – created davesoftware:openssl [2026-07-14 15:51] (current) – [Check a PFX] dave
Line 41: Line 41:
   openssl pkcs12 -info -in MY_CERT.pfx   openssl pkcs12 -info -in MY_CERT.pfx
  
 +That doesn't show the expiration dates. If you want only those try this:
 +  openssl pkcs12 -in MY_CERT.pfx -clcerts -nokeys | openssl x509 -noout -subject -issuer -dates
 +  
 +
 +  
 ===== Check a CSR ===== ===== Check a CSR =====
 Verify the CSR and print CSR data filled in when generating the CSR: Verify the CSR and print CSR data filled in when generating the CSR:
software/openssl.txt · Last modified: by dave

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki