update 2024-04-22
Changes: - add jinja2 template engine instead of string-replacing - fix certbot cron usage - replace json servers configuration with yaml
This commit is contained in:
@@ -8,7 +8,7 @@ if [ "$EMAIL" = '' ]; then
|
||||
fi
|
||||
|
||||
docker build --tag certbot_manual_test --build-arg EMAIL="$EMAIL" certbot
|
||||
echo "ececute 'cat /run_once' to get commands list"
|
||||
echo "execute 'cat /run_once' to get commands list"
|
||||
echo "for wildcard domains use manual mode with dns challange: 'certbot certonly -d '*.domain' --manual --preferred-challenges dns"
|
||||
docker run -it --rm -v $SSL_VOLUME_NAME:/ssl -v $LETSENCRYPT_VOLUME_NAME:/etc/letsencrypt --entrypoint /bin/bash certbot_manual_test
|
||||
docker rmi certbot_manual_test
|
||||
docker rmi certbot_manual_test
|
||||
|
||||
Reference in New Issue
Block a user