You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for CLOUDFLARE_PROPAGATION_SECONDS and CLOUDFLARE_CREDENTIALS_FILE environment variable (#18)
* Support optional CLOUDFLARE_PROPAGATION_SECONDS to control DNS propagation wait time
* Sorted ENV A-Z. Set CLOUDFLARE_PROPAGATION_SECONDS to 10
* Removed conditional and always include the --dns-cloudflare-propagation-seconds flag
* Added output for CLOUDFLARE_PROPAGATION_SECONDS
* Added ability to adjust CLOUDFLARE_CREDENTIALS_FILE
* Fix syntax error. Remove trailing slash
---------
Co-authored-by: Jay Rogers <[email protected]>
| `CERTBOT_KEY_TYPE` | Type of private key to generate | `ecdsa` |
62
62
| `CLOUDFLARE_API_TOKEN` | Cloudflare API token for DNS authentication (see below how to create one) | - |
63
+
| `CLOUDFLARE_CREDENTIALS_FILE` | Path to the Cloudflare credentials file. | `/cloudflare.ini` |
64
+
| `CLOUDFLARE_PROPAGATION_SECONDS` | Wait time (in seconds) after setting DNS TXT records before validation. Useful if DNS propagation is slow. | `10` |
63
65
| `DEBUG` | Enable debug mode (prints more information to the console) | `false` |
0 commit comments