2021-09-03 19:06:04 +02:00
2021-01-26 15:50:43 +01:00
2021-09-11 23:32:25 +02:00
2021-09-12 14:17:43 +02:00
2021-06-15 23:36:49 +02:00
2021-05-11 16:48:02 +02:00
2021-01-27 10:57:54 +01:00
2021-09-03 19:06:04 +02:00
2021-01-26 12:52:16 +00:00
2021-09-03 19:06:04 +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-06-17 18:50:05 +02: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%