Skip to content

Commit

Permalink
Switch to ECC keys
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jan 4, 2024
1 parent 99cd01a commit 5f0ea10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/make-certs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ KEYCERT_PATH="$SSL_PATH/${DOMAIN}"

# bake the keys
if [ ! -f $CA_PATH.key ]; then
openssl genrsa -out $CA_PATH.key 2048
openssl ecparam -out $CA_PATH.key -name prime256v1 -genkey
fi

if [ ! -f $KEYCERT_PATH.key ]; then
openssl genrsa -out $KEYCERT_PATH.key 2048
openssl ecparam -out $KEYCERT_PATH.key -name prime256v1 -genkey
fi

# bake the CA
Expand Down

0 comments on commit 5f0ea10

Please sign in to comment.