Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMads Jensen <mje@inducks.org>2022-03-12 23:53:45 +0300
committerGitHub <noreply@github.com>2022-03-12 23:53:45 +0300
commitae41832f7c76698c5cf1600c80c86a51da50b0ac (patch)
tree6cabca8b47a6c1ec18a955b1249c4dcc9cee0976
parent2b516614301add188b68e1a3e8aca8d3eadb4e0b (diff)
Update ACME spec links to point to RFC 8555. (#9232)
-rw-r--r--certbot/README.rst2
-rw-r--r--certbot/docs/using.rst6
2 files changed, 4 insertions, 4 deletions
diff --git a/certbot/README.rst b/certbot/README.rst
index 40f6a52ec..1a6e8ff7b 100644
--- a/certbot/README.rst
+++ b/certbot/README.rst
@@ -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
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
configuring webservers to use them. This client runs on Unix-based operating
systems.
diff --git a/certbot/docs/using.rst b/certbot/docs/using.rst
index 07406c356..0087c230d 100644
--- a/certbot/docs/using.rst
+++ b/certbot/docs/using.rst
@@ -91,9 +91,9 @@ with ``--preferred-challenges``.
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.
-.. _challenges: https://tools.ietf.org/html/draft-ietf-acme-acme-03#section-7
-.. _http-01: https://tools.ietf.org/html/draft-ietf-acme-acme-03#section-7.2
-.. _dns-01: https://tools.ietf.org/html/draft-ietf-acme-acme-03#section-7.4
+.. _challenges: https://datatracker.ietf.org/doc/html/rfc8555#section-8
+.. _http-01: https://datatracker.ietf.org/doc/html/rfc8555#section-8.3
+.. _dns-01: https://datatracker.ietf.org/doc/html/rfc8555#section-8.4
Apache
------