File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,11 +84,12 @@ Copy the relevant certificates into your kayobe-config:
8484
8585.. code-block :: console
8686
87+ mkdir -p ${KAYOBE_CONFIG_PATH}/environments/$KAYOBE_ENVIRONMENT/kolla/config/octavia
8788 cd ${KAYOBE_CONFIG_PATH}/environments/$KAYOBE_ENVIRONMENT/kolla/config/octavia
8889 cp $KOLLA_CONFIG_PATH/octavia-certificates/client_ca/client_ca.cert.pem .
8990 cp $KOLLA_CONFIG_PATH/octavia-certificates/client_ca/client.cert-and-key.pem .
90- cp $KOLLA_CONFIG_PATH/octavia-certificates/client_ca /server_ca.cert.pem .
91- cp $KOLLA_CONFIG_PATH/octavia-certificates/client_ca /server_ca.key.pem .
91+ cp $KOLLA_CONFIG_PATH/octavia-certificates/server_ca /server_ca.cert.pem .
92+ cp $KOLLA_CONFIG_PATH/octavia-certificates/server_ca /server_ca.key.pem .
9293
9394 Encrypt any files containing the keys:
9495
@@ -199,8 +200,8 @@ Copy the relevant certificates into your kayobe-config.
199200 cd ${KAYOBE_CONFIG_PATH}/environments/$KAYOBE_ENVIRONMENT/kolla/config/octavia
200201 cp $KOLLA_CONFIG_PATH/octavia-certificates/client_ca/client_ca.cert.pem .
201202 cp $KOLLA_CONFIG_PATH/octavia-certificates/client_ca/client.cert-and-key.pem .
202- cp $KOLLA_CONFIG_PATH/octavia-certificates/client_ca /server_ca.cert.pem .
203- cp $KOLLA_CONFIG_PATH/octavia-certificates/client_ca /server_ca.key.pem .
203+ cp $KOLLA_CONFIG_PATH/octavia-certificates/server_ca /server_ca.cert.pem .
204+ cp $KOLLA_CONFIG_PATH/octavia-certificates/server_ca /server_ca.key.pem .
204205
205206 Encrypt any files containing the keys.
206207
You can’t perform that action at this time.
0 commit comments