{{ . }}
++ {{end}} + +
Rancher uses etcd as datastore. When using the Single Node Install, the embedded etcd is being used. The persistent data is at the following path in the container: /var/lib/rancher. You can bind mount a host volume to this location to preserve data on the host it is running on.
Command
+Command:
docker run -d --restart=unless-stopped \ diff --git a/layouts/shortcodes/ssl_faq_ha.html b/layouts/shortcodes/ssl_faq_ha.html index a8142f34d4a..84c0c8f7738 100644 --- a/layouts/shortcodes/ssl_faq_ha.html +++ b/layouts/shortcodes/ssl_faq_ha.html @@ -52,7 +52,7 @@ certutil -encode FILENAME FILENAME.base64You can validate the certificate chain by using the
-opensslbinary. If the output of the command (see the command example below) ends withVerify return code: 0 (ok), your certificate chain is valid. Theca.pemfile must be the same as you added to therancher/ranchercontainer. When using a certificate signed by a recognized Certificate Authority, you can omit the-CAfileparameter.Command
+Command:
openssl s_client -CAfile ca.pem -connect rancher.yourdomain.com:443 ... diff --git a/layouts/shortcodes/ssl_faq_single.html b/layouts/shortcodes/ssl_faq_single.html index 999810a4dd4..aa3d2acefae 100644 --- a/layouts/shortcodes/ssl_faq_single.html +++ b/layouts/shortcodes/ssl_faq_single.html @@ -34,7 +34,7 @@ VWQqljhfacYPgp8KJUJENQ9h5hZ2nSCrI+W00Jcw4QcEdCI8HL5wmg==You can validate the certificate chain by using the
-opensslbinary. If the output of the command (see the command example below) ends withVerify return code: 0 (ok), your certificate chain is valid. Theca.pemfile must be the same as you added to therancher/ranchercontainer. When using a certificate signed by a recognized Certificate Authority, you can omit the-CAfileparameter.Command
+Command:
openssl s_client -CAfile ca.pem -connect rancher.yourdomain.com:443 ...