We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb13104 + dafa16d commit 29b1a9aCopy full SHA for 29b1a9a
init-letsencrypt.sh
@@ -31,7 +31,7 @@ echo "### Creating dummy certificate for $domains ..."
31
path="/etc/letsencrypt/live/$domains"
32
mkdir -p "$data_path/conf/live/$domains"
33
docker-compose run --rm --entrypoint "\
34
- openssl req -x509 -nodes -newkey rsa:1024 -days 1\
+ openssl req -x509 -nodes -newkey rsa:2048 -days 1\
35
-keyout '$path/privkey.pem' \
36
-out '$path/fullchain.pem' \
37
-subj '/CN=localhost'" certbot
0 commit comments