19215: Lots more edits
[arvados.git] / doc / _includes / _install_ca_cert.liquid
index 0be6df430113c8df1ad5d44f72581ce2d10c011b..522a63a032d53cb74a8c7d90d7fff5ebae02c02b 100644 (file)
@@ -6,6 +6,8 @@ SPDX-License-Identifier: CC-BY-SA-3.0
 
 h2(#ca_root_certificate). Install the CA root certificate (SSL_MODE=self-signed only)
 
+*If you are not using self-signed certificates (you selected SSL_MODE=lets-encrypt or SSL_MODE=bring-your-own), skip this section.*
+
 Arvados uses SSL to encrypt communications. The web interface uses AJAX which will silently fail if the certificate is not valid or signed by an unknown Certification Authority.
 
 For this reason, the @arvados-formula@ has a helper state to create a root certificate to authorize Arvados services. The @provision.sh@ script will leave a copy of the generated CA's certificate (@arvados-snakeoil-ca.pem@) in the script's directory so you can add it to your workstation.