Skip to content

Instantly share code, notes, and snippets.

@defunctzombie
Last active September 30, 2015 19:28
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 defunctzombie/1850854 to your computer and use it in GitHub Desktop.
Save defunctzombie/1850854 to your computer and use it in GitHub Desktop.
openssl csr given a key
/// generate a csr given a key
openssl req -new -key somefile.key -out somefile.csr
/// order of certificates for positive ssl chain
cat domain.crt PositiveSSLCA.crt UTNAddTrustServerCA.crt AddTrustExternalCARoot.crt > domain_chain.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment