Jump to content

Certbot: Difference between revisions

27 bytes removed ,  24 December 2023
m
Give a direct link to the ACME page in the certbot note
imported>Devraza
m (Give a direct link to the ACME page in the certbot note)
imported>Devraza
m (Give a direct link to the ACME page in the certbot note)
Line 1: Line 1:
[https://github.com/certbot/certbot Certbot] is [https://www.eff.org/ Electronic Frontier Foundation]'s [[ACME]] client, which is written in Python and provides conveniences like automatic web server configuration and a built-in webserver for the HTTP challenge. Certbot is recommended by [https://letsencrypt.org/ Let's Encrypt].
[https://github.com/certbot/certbot Certbot] is [https://www.eff.org/ Electronic Frontier Foundation]'s [[ACME]] client, which is written in Python and provides conveniences like automatic web server configuration and a built-in webserver for the HTTP challenge. Certbot is recommended by [https://letsencrypt.org/ Let's Encrypt].


{{Note|It is recommended to use the the ACME service module, available through <code>security.acme</code>, instead of ''certbot''. Please consult [https://nixos.wiki/wiki/ACME the ACME page] on how to use it.}}
{{Note|It is recommended to use the the ACME service module, available through <code>security.acme</code>, instead of ''certbot''. Please consult the documentation on how to use it.}}


== Installation ==
== Installation ==
Anonymous user