lets-encrypt.rst 1.1 KB

123456789101112131415161718192021222324
  1. TLS Certificates with Let's Encrypt
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. certbot with deSEC Plugin
  4. `````````````````````````
  5. deSEC supports the ACME DNS challenge protocol to make it easy for you to
  6. obtain wildcard certificates for your domain name easily from anywhere.
  7. All you need is `certbot <https://certbot.eff.org/>`_, your credentials
  8. and our `certbot plugin <https://pypi.org/project/certbot-dns-desec/>`_.
  9. Other ACME Clients
  10. ``````````````````
  11. Besides certbot, there are other ACME clients that support deSEC out of the box.
  12. We currently know of the following:
  13. - `acme.sh <https://github.com/Neilpang/acme.sh/wiki/dnsapi#71-use-desecio>`_
  14. - `cert-manager web hook <https://github.com/kmorning/cert-manager-webhook-desec>`_
  15. (Kubernetes)
  16. - `lego <https://github.com/go-acme/lego>`_
  17. - `Posh-ACME <https://github.com/rmbolger/Posh-ACME/blob/main/Posh-ACME/Plugins/DeSEC-Readme.md>`_
  18. - `Terraform vancluever/acme <https://registry.terraform.io/providers/vancluever/acme/latest/docs/guides/dns-providers-desec>`_
  19. Our forum has a `more comprehensive list of tools and integrations around deSEC <https://talk.desec.io/t/tools-implementing-desec/11>`_.