Difference between revisions of "X509"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
  [[openssl]] x509 -inform [[pem]] -noout -text
 
  [[openssl]] x509 -inform [[pem]] -noout -text
 
  [[keytool]] -printcert -file certificate.pem
 
  [[keytool]] -printcert -file certificate.pem
 +
 +
[[openssl x509 -req]]
  
 
  <code>[[openssl s_client]] -showcerts -connect YOUR_DOMAIN.COM:443 </dev/null 2>/dev/null | [[openssl x509]] -outform PEM > MY_CERTFILE.pem </code>
 
  <code>[[openssl s_client]] -showcerts -connect YOUR_DOMAIN.COM:443 </dev/null 2>/dev/null | [[openssl x509]] -outform PEM > MY_CERTFILE.pem </code>

Revision as of 06:48, 17 November 2020

Advertising: