mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-15 01:57:45 +02:00
config: remove support for ed25519 signing keys (#2430)
This commit is contained in:
parent
c0f9de2a46
commit
cc9962cca6
6 changed files with 11 additions and 20 deletions
|
@ -19,8 +19,3 @@ openssl req \
|
|||
# uncomment if you want RSA / RS256
|
||||
# openssl genpkey -algorithm RSA -out rsa_private.pem -pkeyopt rsa_keygen_bits:2048
|
||||
# openssl req -x509 -nodes -newkey rsa:2048 -keyout rsa_private.pem -out rsa_cert.pem -subj "/CN=unused"
|
||||
|
||||
# uncomment if you want EdDSA / Ed25519
|
||||
# openssl is /usr/local/opt/openssl/bin/openssl on mac with brew otherwise it is libressl
|
||||
# openssl genpkey -algorithm ED25519 -out ed25519_private.pem
|
||||
# openssl req -x509 -new -key ed25519_private.pem -days 1000000 -out ed25519_public.pem -subj "/CN=unused"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue