diff --git a/docs/installation/acme/Deploying_ACME_on_Podman.md b/docs/installation/acme/Deploying_ACME_on_Podman.md index 893a475a810..f06cbe0c38f 100644 --- a/docs/installation/acme/Deploying_ACME_on_Podman.md +++ b/docs/installation/acme/Deploying_ACME_on_Podman.md @@ -123,4 +123,4 @@ $ podman exec -ti pki-acme \ * [Configuring ACME Database](Configuring_ACME_Database.md) * [Configuring ACME Issuer](Configuring_ACME_Issuer.md) -* [Using ACME Responder](../../user/acme/Using_ACME_Responder.md) +* [Using PKI ACME Responder with Certbot](../../user/acme/Using_PKI_ACME_Responder_with_Certbot.md) diff --git a/docs/installation/acme/Installing_ACME_Responder.md b/docs/installation/acme/Installing_ACME_Responder.md index 06ea6c07320..3174a876363 100644 --- a/docs/installation/acme/Installing_ACME_Responder.md +++ b/docs/installation/acme/Installing_ACME_Responder.md @@ -64,4 +64,4 @@ See also [pki-server-acme(8)](../../manuals/man8/pki-server-acme.8.md). ## See Also * [Installing CA](../ca/Installing_CA.md) -* [Using ACME Responder](../../user/acme/Using_ACME_Responder.md) +* [Using PKI ACME Responder with Certbot](../../user/acme/Using_PKI_ACME_Responder_with_Certbot.md) diff --git a/docs/installation/openshift/Deploying_PKI_ACME_Responder_on_OpenShift.md b/docs/installation/openshift/Deploying_PKI_ACME_Responder_on_OpenShift.md index 3feaedc9c53..232ed43ec10 100644 --- a/docs/installation/openshift/Deploying_PKI_ACME_Responder_on_OpenShift.md +++ b/docs/installation/openshift/Deploying_PKI_ACME_Responder_on_OpenShift.md @@ -155,5 +155,5 @@ The responder should now be accessible at https://<hostname>/acme/director * [Configuring ACME Database](../acme/Configuring_ACME_Database.md) * [Configuring ACME Issuer](../acme/Configuring_ACME_Issuer.md) -* [Using ACME Responder](../../user/acme/Using_ACME_Responder.md) +* [Using PKI ACME Responder with Certbot](../../user/acme/Using_PKI_ACME_Responder_with_Certbot.md) * [Deploying openshift-acme on OpenShift](Deploying_openshift-acme_on_OpenShift.md) diff --git a/docs/user/Using_ACME_Responder.md b/docs/user/Using_ACME_Responder.md index afd59a6de10..6051053819d 100644 --- a/docs/user/Using_ACME_Responder.md +++ b/docs/user/Using_ACME_Responder.md @@ -1 +1 @@ -This page has been moved to [acme/Using_ACME_Responder.md](acme/Using_ACME_Responder.md). +This page has been moved to [acme/Using_PKI_ACME_Responder_with_Certbot.md](acme/Using_PKI_ACME_Responder_with_Certbot.md). diff --git a/docs/user/acme/Using_ACME_Responder.md b/docs/user/acme/Using_PKI_ACME_Responder_with_Certbot.md similarity index 97% rename from docs/user/acme/Using_ACME_Responder.md rename to docs/user/acme/Using_PKI_ACME_Responder_with_Certbot.md index c2c7d6807a8..76a03659ab0 100644 --- a/docs/user/acme/Using_ACME_Responder.md +++ b/docs/user/acme/Using_PKI_ACME_Responder_with_Certbot.md @@ -1,5 +1,5 @@ -Using ACME Responder -==================== +Using PKI ACME Responder with Certbot +===================================== ## Overview