Created
April 19, 2017 17:38
-
-
Save omar-yassin/9ba98d41417502401131ee5683e3643c to your computer and use it in GitHub Desktop.
generate new CSR for new cert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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