Remove base64 references for single install

This commit is contained in:
Sebastiaan van Steenis
2018-06-21 13:35:26 -07:00
committed by Denise
parent 0a2d06ed84
commit aa0f6b65b3
6 changed files with 46 additions and 8 deletions
@@ -355,4 +355,4 @@ You have a couple of options:
## FAQ and Troubleshooting
{{< ssl_faq >}}
{{< ssl_faq_ha >}}
@@ -454,4 +454,4 @@ You have a couple of options:
## FAQ and Troubleshooting
{{< ssl_faq >}}
{{< ssl_faq_ha >}}
@@ -82,7 +82,6 @@ If you elect to use a self-signed certificate to encrypt communication, you must
>Create a self-signed certificate.
>
>- The certificate files must be in [PEM format](#ssl-faq-troubleshooting).
>- The certificate files must be in base64.
**To Install Rancher Using a Self-Signed Cert:**
@@ -102,7 +101,6 @@ If your cluster is public facing, it's best to use a certificate signed by a rec
>**Prerequisites:**
>
>- The certificate files must be in [PEM format](#pem).
>- The certificate files must be encoded in [base64](#base64).
**To Install Rancher Using a Cert Signed by a Recognized CA:**
@@ -204,7 +202,7 @@ You have a couple of options:
## FAQ and Troubleshooting
{{< ssl_faq >}}
{{< ssl_faq_single >}}
## Persistent Data
@@ -91,7 +91,6 @@ Your Rancher install can use a self-signed certificate that you provide to encry
>Create a self-signed certificate.
>
>- The certificate files must be in [PEM format](#pem).
>- The certificate files must be encoded in [base64](#base64).
>- In your certificate file, include all intermediate certificates in the chain. Order your certificates with your certificate first, followed by the intermediates. For an example, see [SSL FAQ / Troubleshooting](#cert-order).
@@ -118,7 +117,6 @@ If you're publishing your app publicly, you should ideally be using a certificat
>**Prerequisites:**
>
>- The certificate files must be in [PEM format](#pem).
>- The certificate files must be encoded in [base64](#base64).
>- Make sure that the container includes your certificate file and the key file. Because your certificate is signed by a recognized CA, mounting an additional CA certificate file is unnecessary.
**To Install Rancher Using a Certificate Signed by a Recognized CA:**
@@ -180,7 +178,7 @@ You have a couple of options:
## FAQ and Troubleshooting
{{< ssl_faq >}}
{{< ssl_faq_single >}}
## Persistent Data