Salt installer change: standardize on putting the certs directory under
[arvados.git] / doc / install / salt-multi-host.html.textile.liquid
index 1778338f53ec17022eef5c8af5167008c17c23ee..5d871c4277a40d42eafc1c7bd0cf5199624e810e 100644 (file)
@@ -123,8 +123,6 @@ 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>