pubkey stuff

This commit is contained in:
2021-05-06 16:46:19 +02:00
parent 0377278ea0
commit 78439a7ed8
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ Generate the RSA key pair using:
Private key (keep it secret!):
openssl genrsa -out authservice.pem 2048
openssl genrsa -out authservice.key 2048
Extract the public key (publish it):