1
0
mirror of https://github.com/ArcticFoxes-net/Signal-TLS-Proxy synced 2024-07-26 15:22:21 -04:00

Certbot reuse key

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-08-27 21:05:12 -07:00 committed by GitHub
parent 1db17f6c12
commit 681f626851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,7 @@ ${DOCKER_COMPOSE_CMD} run -p 80:80 --rm --entrypoint "\
--register-unsafely-without-email \
$domain_args \
--agree-tos \
--reuse-key \
--force-renewal && \
ln -fs /etc/letsencrypt/live/$domains/ /etc/letsencrypt/active\"" certbot
echo