20610: Adds documentation for load-balancing & rolling upgrades.
[arvados.git] / doc / _includes / _multi_host_install_custom_certificates.liquid
index 1a51f2991933f6b0b641afa58bef0eecd4b09d1d..eac40218cc357db1d4ed90376f7580b3a75ce7b9 100644 (file)
@@ -42,7 +42,7 @@ Make sure that all the FQDNs that you will use for the public-facing application
 Note: because the installer currently looks for a different certificate file for each service, if you use a single certificate, we recommend creating a symlink for each certificate and key file to the primary certificate and key, e.g.
 
 <notextile>
-<pre><code>ln -s xarv1.crt ${CUSTOM_CERTS_DIR}/controller.crt
+<pre><code class="userinput">ln -s xarv1.crt ${CUSTOM_CERTS_DIR}/controller.crt
 ln -s xarv1.key ${CUSTOM_CERTS_DIR}/controller.key
 ln -s xarv1.crt ${CUSTOM_CERTS_DIR}/keepproxy.crt
 ln -s xarv1.key ${CUSTOM_CERTS_DIR}/keepproxy.key