Skip to content

Instantly share code, notes, and snippets.

@omar-yassin
Created April 19, 2017 17:38
Show Gist options
  • Save omar-yassin/9ba98d41417502401131ee5683e3643c to your computer and use it in GitHub Desktop.
Save omar-yassin/9ba98d41417502401131ee5683e3643c to your computer and use it in GitHub Desktop.
generate new CSR for new cert
openssl req -new -newkey rsa:2048 -nodes -keyout some-domain.key -out some-domain.csr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment