cheatsheet

generate private key and csr

need to input the following info to generate CSR :

  • Country Name: 2-digit country code where our organization is legally located.

  • State/Province: Write the full name of the state where the organization is legally located.

  • City: Write the full name of the city where our organization is legally located.

  • Organization Name: Write the legal name of our organization.

  • Organization Unit: Name of the department

  • Common Name: Fully Qualified Domain Name

generate a self-signed certificate

check ssl certificate

  • check private key info

  • check csr info

  • view ssl certificate info

get issuer

get subject

get expiration date

get serial number

show multiple information

show fingerprint

extract from the ssl certificate (decoded)

show the ssl certificate

verifying the keys match

check remote certificate chain

[!NOTE|label:see also:]

Last updated

Was this helpful?