diff --git a/docs/administration.rst b/docs/administration.rst index 4c0477aa..f44ad1a3 100644 --- a/docs/administration.rst +++ b/docs/administration.rst @@ -1175,7 +1175,7 @@ ACME Plugin ~~~~~~~~~~~~ The following configration properties are optional for the ACME plugin to use. They allow reusing an existing ACME -account. +account. See :ref:`Using a pre-existing ACME account ` for more details. .. data:: ACME_PRIVATE_KEY diff --git a/docs/production/index.rst b/docs/production/index.rst index 21fca650..bace15d3 100644 --- a/docs/production/index.rst +++ b/docs/production/index.rst @@ -513,6 +513,8 @@ The following must be added to the config file to activate the pinning (the pinn """ +.. _AcmeAccountReuse: + LetsEncrypt: Using a pre-existing ACME account -----------------------------------------------