We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3de4e9 commit 16e6d8aCopy full SHA for 16e6d8a
cert.sh
@@ -27,7 +27,7 @@ then
27
export CF_Key=$CLOUDFLARE_API_KEY
28
29
# Generate wildcard certificate (this will take approx 130s)
30
- ~/.acme.sh/acme.sh --server letsencrypt --issue -d $DOMAIN -d "*.$DOMAIN" --dns dns_cf
+ ~/.acme.sh/acme.sh --server letsencrypt --issue -k 2048 -d $DOMAIN -d "*.$DOMAIN" --dns dns_cf
31
32
# Update the certificate in the live app
33
heroku certs:update "/app/.acme.sh/$DOMAIN/fullchain.cer" "/app/.acme.sh/$DOMAIN/$DOMAIN.key" --confirm $HEROKU_APP --app $HEROKU_APP
0 commit comments