From 8c3e4732c986813d54847c109a53b1b416edde69 Mon Sep 17 00:00:00 2001 From: Luke Van De Weghe <39035228+Gorfeywog@users.noreply.github.com> Date: Mon, 25 May 2026 19:39:44 -0500 Subject: [PATCH] Fix typos --- reference/plugins/store/keyvault.md | 2 +- reference/plugins/validation/http/index.md | 2 +- reference/plugins/validation/none.md | 2 +- reference/settings.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/plugins/store/keyvault.md b/reference/plugins/store/keyvault.md index eb8eb01..ee44a04 100644 --- a/reference/plugins/store/keyvault.md +++ b/reference/plugins/store/keyvault.md @@ -7,7 +7,7 @@ examples: name: Service Principal cmd: '‑‑azuretenantid 8a947dda-3ed2-40dc-8058-d7b212322ed2 ‑‑azureclientid e02a0517-412e-4e0a-996b-2693458a9232 ‑‑azuresecret ***** ‑‑vaultname MyVault ‑‑certificatename MyCertificate' - - name: Managaged Identity + name: Managed Identity cmd: '‑‑azureusemsi ‑‑vaultname MyVault ‑‑certificatename MyCertificate' --- Store the certificate in [Azure Key Vault](https://azure.microsoft.com/en-us/services/key-vault/). \ No newline at end of file diff --git a/reference/plugins/validation/http/index.md b/reference/plugins/validation/http/index.md index 8c286a5..8f7da2a 100644 --- a/reference/plugins/validation/http/index.md +++ b/reference/plugins/validation/http/index.md @@ -17,7 +17,7 @@ response will be `y` with some specific headers set as well. different geographic locations or different protocols (IPv4/IPv6). - Let's Encrypt does **not** disclose the source locations of these requests, which effectively means that the domain has to be accessible for the public, -at least for the duration of the validation. IF you need to temporarly open a firewall +at least for the duration of the validation. IF you need to temporarily open a firewall for this purpose, check out the settings below. {% include plugin-list.html type='validation.http' %} diff --git a/reference/plugins/validation/none.md b/reference/plugins/validation/none.md index 0bfb605..86d0fa3 100644 --- a/reference/plugins/validation/none.md +++ b/reference/plugins/validation/none.md @@ -3,7 +3,7 @@ layout: plugin plugin: a37b41dc-b45a-42fe-8d81-82ca409a5491 compatibility: All platforms --- -The client will not perform any validation. This is mainly useful to request certificates for pre-authorized domains without having to go through the 'trouble' of setting up a validation method. Particulary, a DNS validation method that is normally required for wildcard domains. +The client will not perform any validation. This is mainly useful to request certificates for pre-authorized domains without having to go through the 'trouble' of setting up a validation method. Particularly, a DNS validation method that is normally required for wildcard domains.