Skip to content

Instantly share code, notes, and snippets.

@muratgozel
Created October 26, 2020 15:57
Show Gist options
  • Save muratgozel/b5098729d60be24af19bb2c97d99e268 to your computer and use it in GitHub Desktop.
Save muratgozel/b5098729d60be24af19bb2c97d99e268 to your computer and use it in GitHub Desktop.
Generate RSA private and public key pair with OpenSSL.
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