Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/plugins/store/keyvault.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
2 changes: 1 addition & 1 deletion reference/plugins/validation/http/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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' %}
Expand Down
2 changes: 1 addition & 1 deletion reference/plugins/validation/none.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div class="callout-block callout-block-danger pb-1 mt-3">
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion reference/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ customized settings.
## Inheritance
You can create server-specific `settings.json` files in `%programdata%\simple-acme`
to override settings for specific endpoints. Also you can apply specific settings to
each renewal invidually by create a `Settings` key in the `*.renewal.json` file. It is
each renewal individually by create a `Settings` key in the `*.renewal.json` file. It is
recommended to use an editor with support for JSON schema like [Visual Studio Code](https://code.visualstudio.com/) for
this purpose.

Expand Down