Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
blocks:server:nginx:dns01_challenge [2025-09-17 06:31] – [Outline of the steps involved for DNS-Challange] mattias | blocks:server:nginx:dns01_challenge [2025-09-17 06:50] (current) – [DNS-01 Challenge for renewal of HTTPS certificates] mattias | ||
---|---|---|---|
Line 4: | Line 4: | ||
There are three main ways to prove for the certificate provider that you are the legal owner in control of a domain name. HTTP-01 challenge, DNS-01 challenge, TLS-ALPN-01. | There are three main ways to prove for the certificate provider that you are the legal owner in control of a domain name. HTTP-01 challenge, DNS-01 challenge, TLS-ALPN-01. | ||
We will not bother about the TLS-ALPN-01, | We will not bother about the TLS-ALPN-01, | ||
- | To allow for automatic renewal on server that is not exposed | + | To allow for automatic renewal on server that is not exposed |
+ | ==== Available plugins ==== | ||
+ | The officical certbot plugins maintained by Certbot can be found [[https:// | ||
+ | 3rd party plugins can be found [[https:// | ||
====Outline of the steps involved for DNS-Challange==== | ====Outline of the steps involved for DNS-Challange==== | ||