Created
October 26, 2020 15:57
-
-
Save muratgozel/b5098729d60be24af19bb2c97d99e268 to your computer and use it in GitHub Desktop.
Generate RSA private and public key pair with OpenSSL.
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 genrsa -out cms_auth_key.pem 4096 | |
openssl rsa -in cms_auth_key.pem -outform PEM -pubout -out cms_auth_key_public.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment