-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
Description
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latest
docker image?- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have you searched for similar issues (both open and closed)?
- Yes
Describe the bug
I was trying to create a Let's Encrypt Certificate with DNS Challenge for Route53 and I noticed that if you set the parameter Propagation Seconds
it fails with the following error
CommandError: usage:
certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ...
Certbot can obtain and install HTTPS/TLS/SSL certificates. By default,
it will attempt to use a webserver both for obtaining and installing the
certificate.
certbot: error: unrecognized arguments: --dns-route53-propagation-seconds 60
at /app/lib/utils.js:16:13
at ChildProcess.exithandler (node:child_process:430:5)
at ChildProcess.emit (node:events:524:28)
at maybeClose (node:internal/child_process:1104:16)
at ChildProcess._handle.onexit (node:internal/child_process:304:5)
Nginx Proxy Manager Version
v2.12.6
To Reproduce
Steps to reproduce the behavior:
- Go to SSL Certificates
- Click on Add SSL Certificate > Let's Encrypt
- Fill the form with DNS Challenge enabled
- Set Route53 for DNS provider
- Set any value for Propagation Seconds
Expected behavior
It seems that certbot deleted the parameter for propagation seconds in v3.0.0
The --dns-route53-propagation-seconds command line flag was removed.
Screenshots

Operating System
Ubuntu 24
Additional context
N/A