2021-01-25 21:52:52 +01:00
2021-01-26 15:50:43 +01:00
2021-01-27 11:02:19 +01:00
2021-05-06 16:52:16 +02:00
2021-01-25 21:52:52 +01:00
2021-01-26 22:11:08 +01:00
2021-01-27 10:57:54 +01:00
2021-01-27 10:57:54 +01:00
2021-01-26 12:52:16 +00:00
2021-05-06 16:37:32 +02:00
2021-05-06 16:46:19 +02:00
2021-01-26 15:44:42 +01:00
2021-01-25 21:52:52 +01:00
2021-01-27 12:06:21 +01:00
2021-01-26 13:43:09 +01:00

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
No description provided
Readme 90 KiB
Languages
Python 91.4%
Dockerfile 5.9%
Shell 2.7%