a921fb6a0fb36c1a6ec86bf04cf3027c1d998a70
Generate the RSA key pair using:
Private key (keep it secret!):
openssl genrsa -out authservice.key 2048
Extract the public key (publish it):
openssl rsa -in authservice.pem -outform PEM -pubout -out authservice.pub
Description
Languages
Python
91.4%
Dockerfile
5.9%
Shell
2.7%