1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Improve Lets Encrypt docs (#594)

* Mention certbot
* Link to get-certs.md from the main page
* Rename lets-encrypt.md -> get-certs.md
This commit is contained in:
Tom Limoncelli
2020-01-23 17:49:43 -05:00
committed by GitHub
parent 9857a320a2
commit 28d650207b
2 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,9 @@ title: Let's Encrypt Certificate generation
DNSControl will generate/renew Let's Encrypt certificates using DNS DNSControl will generate/renew Let's Encrypt certificates using DNS
validation. It is not a complete certificate management system, but validation. It is not a complete certificate management system, but
can perform the renewal steps for the system you create. can perform the renewal steps for the system you create. If you
are looking for a complete system, we recommend
[certbot](https://certbot.eff.org/).
The `dnscontrol get-certs` command will obtain or renew TLS The `dnscontrol get-certs` command will obtain or renew TLS
certificates for your managed domains via certificates for your managed domains via

View File

@ -117,7 +117,7 @@ title: DNSControl
<a href="{{site.github.url}}/caa-builder">CAA Builder</a>: Build CAA records the easy way <a href="{{site.github.url}}/caa-builder">CAA Builder</a>: Build CAA records the easy way
</li> </li>
<li> <li>
<a href="{{site.github.url}}/lets-encrypt">Let's Encrypt</a>: Renew your SSL/TLS certs <a href="{{site.github.url}}/get-certs">Let's Encrypt</a>: Renew your SSL/TLS certs
</li> </li>
</ul> </ul>
</div> </div>