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 29b1a9a + cf44b23 commit 62a1c61Copy full SHA for 62a1c61
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:2048 -days 1\
+ openssl req -x509 -nodes -newkey rsa:$rsa_key_size -days 1\
35
-keyout '$path/privkey.pem' \
36
-out '$path/fullchain.pem' \
37
-subj '/CN=localhost'" certbot
0 commit comments