From 0995dbaf1308f2ef90c45569182f7e942eca0df4 Mon Sep 17 00:00:00 2001 From: Piotr Parczewski Date: Wed, 1 Jul 2026 13:27:09 +0200 Subject: [PATCH] Fix Octavia certificates generation docs --- doc/source/operations/octavia.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/source/operations/octavia.rst b/doc/source/operations/octavia.rst index e470bf5047..b404801506 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: @@ -199,8 +200,8 @@ Copy the relevant certificates into your kayobe-config. 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.