change rsa key size

This commit is contained in:
Michael Rennecke
2019-06-08 20:49:31 +02:00
parent 4f3f2e3622
commit 017f5d91ed
2 changed files with 4 additions and 1 deletions

View File

@@ -13,12 +13,13 @@ do
--agree-tos \
--email micha@0rpheus.net \
--preferred-challenges=http \
--rsa-key-size 4096 \
--http-01-port=8888
fi
done < /etc/haproxy/domains.txt
# renew all certificates
certbot renew --http-01-port=8888 --preferred-challenges=http
certbot renew --http-01-port=8888 --preferred-challenges=http --rsa-key-size 4096
# copy certificates
find /etc/letsencrypt/live/ -mindepth 1 -maxdepth 1 -type d | while read -r domain_path