Jump to content

Certbot: Difference between revisions

No change in size ,  11 September 2022
m
no edit summary
imported>Onny
mNo edit summary
imported>Onny
mNo edit summary
Line 3: Line 3:
== Installation ==
== Installation ==


{{Note|Following example describes the usage of an experimental plugin which is still being reviewed as an open PR and might not be ready for production.}}
Install ''certbot'' in your current environment and enable ''systemd-timer'' for automated renewal of certificates
Install ''certbot'' in your current environment and enable ''systemd-timer'' for automated renewal of certificates
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
Line 31: Line 32:
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].
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].


{{Note|Following example describes the usage of an experimental plugin which is still being reviewed as an open PR and might not be ready for production.}}
{{warning|1=Do not use a plaintext password in production, this is for demonstration only}}
{{warning|1=Do not use a plaintext password in production, this is for demonstration only}}


Anonymous user