Salt installer change: standardize on putting the certs directory under
[arvados.git] / doc / install / salt-single-host.html.textile.liquid
index 106fab9bd4369c145fd69da01de9ce4b3f2edf3f..4b13dcc11ec3ded3f2ca012ae0726eeb1abc10ab 100644 (file)
@@ -111,7 +111,6 @@ To supply your own certificate, change the configuration like this:
 
 <notextile>
 <pre><code>SSL_MODE="bring-your-own"
-CUSTOM_CERTS_DIR="${SCRIPT_DIR}/certs"
 </code></pre>
 </notextile>
 
@@ -135,8 +134,6 @@ 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 have set SSL_MODE to "bring-your-own", make sure to also copy the certificate files:
-# scp -r certs user@host:
 ssh user@host sudo ./provision.sh
 </code></pre>
 </notextile>