Skip to content

Commit 29b1a9a

Browse files
authored
Merge pull request #96 from jhseo1107/master
Change dummy cert rsa size from 1024 to 2048
2 parents cb13104 + dafa16d commit 29b1a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init-letsencrypt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ echo "### Creating dummy certificate for $domains ..."
3131
path="/etc/letsencrypt/live/$domains"
3232
mkdir -p "$data_path/conf/live/$domains"
3333
docker-compose run --rm --entrypoint "\
34-
openssl req -x509 -nodes -newkey rsa:1024 -days 1\
34+
openssl req -x509 -nodes -newkey rsa:2048 -days 1\
3535
-keyout '$path/privkey.pem' \
3636
-out '$path/fullchain.pem' \
3737
-subj '/CN=localhost'" certbot

0 commit comments

Comments
 (0)