Skip to content

Commit

Permalink
Fixing another typo in vault doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ricsanfre committed Mar 2, 2025
1 parent 7b2c0cb commit 8059bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_docs/vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Instead of installing Vault using official Ubuntu packages, installation will be

- Step 6. Create Vault TLS certificate

In case you have your own domain, a valid TLS certificate signed by [Letsencrypt](https://letsencrypt.org/) can be obtained for Minio server, using [Certbot](https://certbot.eff.org/).
In case you have your own domain, a valid TLS certificate signed by [Letsencrypt](https://letsencrypt.org/) can be obtained for Vault server, using [Certbot](https://certbot.eff.org/).

See certbot installation instructions in [CertManager - Letsencrypt Certificates Section](/docs/certmanager/#installing-certbot-ionos). Those instructions indicate how to install certbot using DNS challenge with IONOS DNS provider (my DNS provider). Similar procedures can be followed for other DNS providers.

Expand Down Expand Up @@ -268,7 +268,7 @@ Instead of installing Vault using official Ubuntu packages, installation will be
{{site.data.alerts.note}}
VAULT_CACERT variable is only needed if Vault's TLS certifica is signed using custom CA. This will be used by vault client to validate Vault's certificate.
VAULT_CACERT variable is only needed if Vault's TLS certificate is signed using custom CA. This will be used by vault client to validate Vault's certificate.
{{site.data.alerts.end}}
Expand Down

0 comments on commit 8059bd5

Please sign in to comment.