Remove outdated flag from certbot command

This commit is contained in:
Râu Cao 2024-12-12 18:32:26 +04:00
parent 12cd14fff5
commit d90a374811
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -56,7 +56,6 @@ action :create do
command <<-CMD
certbot certonly --manual -n \
--preferred-challenges dns \
--manual-public-ip-logging-ok \
--agree-tos \
--manual-auth-hook '#{hook_auth_command}' \
--manual-cleanup-hook '#{hook_cleanup_command}' \