From 6a6a0c39cc9e502f8af6bc795f6400d4f348222e Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Mon, 25 Sep 2023 14:39:01 -0700 Subject: [PATCH] Fix acme url in tutorial --- tutorials/acme-protocol-acme-clients.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/acme-protocol-acme-clients.mdx b/tutorials/acme-protocol-acme-clients.mdx index f8567091..534a809d 100644 --- a/tutorials/acme-protocol-acme-clients.mdx +++ b/tutorials/acme-protocol-acme-clients.mdx @@ -204,7 +204,7 @@ Renewals are slightly easier since `acme.sh` remembers to use the right root cer To use `win-acme` with `step-ca`, you'll need to do the following: - Add your root CA certificate (`root_ca.crt`) to the Windows trust store. -- Change the ACMEv2 endpoint used by `win-acme` (in the `settings.json` file that comes with the program) to point to your CA's ACME provisioner (eg. `https://ca.internal/acme/acme/`). Or pass the `--baseuri` flag with your ACME provisioner's endpoint. +- Change the ACMEv2 endpoint used by `win-acme` (in the `settings.json` file that comes with the program) to point to your CA's ACME provisioner (eg. `https://ca.internal/acme/acme/directory`). Or pass the `--baseuri` flag with your ACME provisioner's endpoint. - We recommend using the `tls-alpn-01` challenge type to prove ownership. [win-acme]:https://www.win-acme.com/