Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions doc/source/operations/octavia.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Comment on lines +91 to +92

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The same issue with incorrect paths for server_ca.cert.pem and server_ca.key.pem (using client_ca instead of server_ca) also exists in the Rotating the CAs section on lines 203-204. Please apply the same fix there to ensure consistency and correctness.

Encrypt any files containing the keys:

Expand Down
Loading