dnsrobocert icon indicating copy to clipboard operation
dnsrobocert copied to clipboard

Orchestrate Certbot and Lexicon together to provide Let's Encrypt TLS certificates validated by DNS challenges

Results 69 dnsrobocert issues
Sort by recently updated
recently updated
newest added

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies
github_actions

Bumps [isort](https://github.com/pycqa/isort) from 5.12.0 to 5.13.2. Release notes Sourced from isort's releases. 5.13.2 Changes Apply the bracket fix from issue 471 only for use_parentheses=True (#2184) @​bp72 confine pre-commit to stages...

dependencies
python

`importlib_resources` is backport of `importlib.resources` from Python 3.9+ see https://docs.python.org/3/library/importlib.resources.html

Using a fresh setup of DNSroboCert 3.25.0 on a new host resulted in a DNS operation timeout error. Expand the following block for the full log: Log ``` dnsrobocert_1 |...

Thanks a lot for this Wonderfull tool ! I would like to be notified when an error of renew happens. I use the deploy hook to notify a telegram bot...

Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.3.0 to 2.0.0. Changelog Sourced from sphinx-rtd-theme's changelog. 2.0.0 Added Support for Sphinx versions 6.x and 7.x Support for docutils <=0.20 Deprecations The HTML4 writer is now...

dependencies
python

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 41.0.7. Changelog Sourced from cryptography's changelog. 41.0.7 - 2023-11-27 * Fixed compilation when using LibreSSL 3.8.2. .. _v41-0-6: 41.0.6 - 2023-11-27 Fixed a null-pointer-dereference and...

dependencies
python

Hey there, I need to use the `deploy_hook` functionality to copy generated certificates to a place and name which another application expects. To that end I've defined something similar to...

Hello. I'm wondering if there is a way (maybe some minimal changes) to make dnsrobocert call deploy_hook on every container restart? I don't want to erase the issued certificate and...