Update ACME spec links to point to RFC 8555. (#9232)

This commit is contained in:
Mads Jensen
2022-03-13 07:53:45 +11:00
committed by GitHub
parent 2b51661430
commit ae41832f7c
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ Certbot is meant to be run directly on your web server, not on your personal com
Certbot is a fully-featured, extensible client for the Let's Certbot is a fully-featured, extensible client for the Let's
Encrypt CA (or any other CA that speaks the `ACME Encrypt CA (or any other CA that speaks the `ACME
<https://github.com/ietf-wg-acme/acme/blob/master/draft-ietf-acme-acme.md>`_ <https://datatracker.ietf.org/doc/html/rfc8555>`_
protocol) that can automate the tasks of obtaining certificates and protocol) that can automate the tasks of obtaining certificates and
configuring webservers to use them. This client runs on Unix-based operating configuring webservers to use them. This client runs on Unix-based operating
systems. systems.
+3 -3
View File
@@ -91,9 +91,9 @@ with ``--preferred-challenges``.
There are also many third-party-plugins_ available. Below we describe in more detail There are also many third-party-plugins_ available. Below we describe in more detail
the circumstances in which each plugin can be used, and how to use it. the circumstances in which each plugin can be used, and how to use it.
.. _challenges: https://tools.ietf.org/html/draft-ietf-acme-acme-03#section-7 .. _challenges: https://datatracker.ietf.org/doc/html/rfc8555#section-8
.. _http-01: https://tools.ietf.org/html/draft-ietf-acme-acme-03#section-7.2 .. _http-01: https://datatracker.ietf.org/doc/html/rfc8555#section-8.3
.. _dns-01: https://tools.ietf.org/html/draft-ietf-acme-acme-03#section-7.4 .. _dns-01: https://datatracker.ietf.org/doc/html/rfc8555#section-8.4
Apache Apache
------ ------