config: remove support for ed25519 signing keys (#2430)

This commit is contained in:
Caleb Doxsey 2021-08-04 09:30:47 -06:00 committed by GitHub
parent c0f9de2a46
commit cc9962cca6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 20 deletions

View file

@ -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"