diff --git a/doc/source/operations/octavia.rst b/doc/source/operations/octavia.rst index e470bf504..dee12e075 100644 --- a/doc/source/operations/octavia.rst +++ b/doc/source/operations/octavia.rst @@ -84,11 +84,12 @@ Copy the relevant certificates into your kayobe-config: .. code-block:: console + mkdir -p ${KAYOBE_CONFIG_PATH}/environments/$KAYOBE_ENVIRONMENT/kolla/config/octavia cd ${KAYOBE_CONFIG_PATH}/environments/$KAYOBE_ENVIRONMENT/kolla/config/octavia cp $KOLLA_CONFIG_PATH/octavia-certificates/client_ca/client_ca.cert.pem . cp $KOLLA_CONFIG_PATH/octavia-certificates/client_ca/client.cert-and-key.pem . - cp $KOLLA_CONFIG_PATH/octavia-certificates/client_ca/server_ca.cert.pem . - cp $KOLLA_CONFIG_PATH/octavia-certificates/client_ca/server_ca.key.pem . + cp $KOLLA_CONFIG_PATH/octavia-certificates/server_ca/server_ca.cert.pem . + cp $KOLLA_CONFIG_PATH/octavia-certificates/server_ca/server_ca.key.pem . Encrypt any files containing the keys: