From 8059bd5b06a636689342b8f29a9380a7797d3591 Mon Sep 17 00:00:00 2001 From: Ricardo Sanchez Date: Sun, 2 Mar 2025 11:53:33 +0100 Subject: [PATCH] Fixing another typo in vault doc --- docs/_docs/vault.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/vault.md b/docs/_docs/vault.md index 2667b04f..033a1562 100644 --- a/docs/_docs/vault.md +++ b/docs/_docs/vault.md @@ -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. @@ -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}}