Certbot: Difference between revisions

imported>Onny
Adding instructions on DNS challenge plugins
imported>Onny
mNo edit summary
Line 27: Line 27:


=== DNS challenge using a plugin ===
=== DNS challenge using a plugin ===
Currently there are several ''certbot'' plugins [https://search.nixos.org/packages?channel=22.05&from=0&size=50&sort=relevance&type=packages&query=certbot-dns already packaged]. While the plugin usage should be similar for most of them, you should look up upstream documentation on how to use thim. In this example we're going to configure and use [https://github.com/oGGy990/certbot-dns-inwx the plugin] for the hosting provider [https://www.inwx.com/en INWX].
<syntaxhighlight lang="console">
# nix-env -iA nixos.python3Packages.certbot-dns-inwx
# certbot certonly -a dns-inwx -d example.org
</syntaxhighlight>