From ceaab7057f1f98962c7113ef5baf0b860b4305d3 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Steenis Date: Fri, 22 Jun 2018 17:19:53 +0200 Subject: [PATCH] Corrected vertificate typo --- layouts/shortcodes/ssl_faq_ha.html | 2 +- layouts/shortcodes/ssl_faq_single.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/shortcodes/ssl_faq_ha.html b/layouts/shortcodes/ssl_faq_ha.html index 5d8d43d4623..a8142f34d4a 100644 --- a/layouts/shortcodes/ssl_faq_ha.html +++ b/layouts/shortcodes/ssl_faq_ha.html @@ -48,7 +48,7 @@ certutil -encode FILENAME FILENAME.base64 -----END CERTIFICATE----- -

How Do I Validate My Vertificate Chain?

+

How Do I Validate My Certificate Chain?

You can validate the certificate chain by using the openssl binary. If the output of the command (see the command example below) ends with Verify return code: 0 (ok), your certificate chain is valid. The ca.pem file must be the same as you added to the rancher/rancher container. When using a certificate signed by a recognized Certificate Authority, you can omit the -CAfile parameter.

diff --git a/layouts/shortcodes/ssl_faq_single.html b/layouts/shortcodes/ssl_faq_single.html index 948bf60fb4a..999810a4dd4 100644 --- a/layouts/shortcodes/ssl_faq_single.html +++ b/layouts/shortcodes/ssl_faq_single.html @@ -30,7 +30,7 @@ VWQqljhfacYPgp8KJUJENQ9h5hZ2nSCrI+W00Jcw4QcEdCI8HL5wmg== -----END CERTIFICATE----- -

How Do I Validate My Vertificate Chain?

+

How Do I Validate My Certificate Chain?

You can validate the certificate chain by using the openssl binary. If the output of the command (see the command example below) ends with Verify return code: 0 (ok), your certificate chain is valid. The ca.pem file must be the same as you added to the rancher/rancher container. When using a certificate signed by a recognized Certificate Authority, you can omit the -CAfile parameter.