Skip to content

Instantly share code, notes, and snippets.

@namieluss
Last active February 25, 2020 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save namieluss/4511b78ae202d7994ca6593ac7418f5e to your computer and use it in GitHub Desktop.
Save namieluss/4511b78ae202d7994ca6593ac7418f5e to your computer and use it in GitHub Desktop.
Open ssl command for generating and verifying .csr (certificate signing request) file.

Generate a certificate signing request (CSR) for an existing private key

openssl req -out certificate.csr -key private.key -new -sha256

Check a Certificate Signing Request

openssl req -text -noout -verify -in certificate.csr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment