Skip to content

Commit 16e6d8a

Browse files
committed
Explicit key length as the default changed
1 parent f3de4e9 commit 16e6d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cert.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ then
2727
export CF_Key=$CLOUDFLARE_API_KEY
2828

2929
# Generate wildcard certificate (this will take approx 130s)
30-
~/.acme.sh/acme.sh --server letsencrypt --issue -d $DOMAIN -d "*.$DOMAIN" --dns dns_cf
30+
~/.acme.sh/acme.sh --server letsencrypt --issue -k 2048 -d $DOMAIN -d "*.$DOMAIN" --dns dns_cf
3131

3232
# Update the certificate in the live app
3333
heroku certs:update "/app/.acme.sh/$DOMAIN/fullchain.cer" "/app/.acme.sh/$DOMAIN/$DOMAIN.key" --confirm $HEROKU_APP --app $HEROKU_APP

0 commit comments

Comments
 (0)