Documentation tweaks for the Salt installer.
[arvados.git] / doc / install / salt-single-host.html.textile.liquid
index 9147f25a194189dbaa40af8f114a1febcf8df31d..ce70a30d467bc7f38bb75e1f4803e04df699cb86 100644 (file)
@@ -80,6 +80,8 @@ When you finished customizing the configuration, you are ready to copy the files
 
 <notextile>
 <pre><code>scp -r provision.sh local* tests user@host:
+# if you use custom certificates (not Let's Encrypt), make sure to copy those too:
+# scp -r certs user@host:
 ssh user@host sudo ./provision.sh
 </code></pre>
 </notextile>