Documentation tweaks for the Salt installer.
[arvados.git] / doc / install / salt-multi-host.html.textile.liquid
index 83a60c9fee365a67b20c5c3b41c42a6e0857f7c2..c3d6a92b5d9f019e28c26b622acd52c7ac2a9b89 100644 (file)
@@ -121,6 +121,8 @@ When you finished customizing the configuration, you are ready to copy the files
 
 <notextile>
 <pre><code>scp -r provision.sh local* 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 --roles comma,separated,list,of,roles,to,apply
 </code></pre>
 </notextile>