Replace reference to 'juju set' with 'juju config'.

Change-Id: I906f43b8222baabc2f95a3076ef7329a136102d1
This commit is contained in:
James Troup 2021-08-06 18:31:37 +01:00
parent cc6bac5758
commit 82d8f3693c
1 changed files with 2 additions and 2 deletions

View File

@ -309,8 +309,8 @@ options:
description: |
Base64 encoded SSL certificate to install and use for API ports.
.
juju set swift-proxy ssl_cert="$(cat cert | base64)" \
ssl_key="$(cat key | base64)"
juju config swift-proxy ssl_cert="$(cat cert | base64)" \
ssl_key="$(cat key | base64)"
.
Setting this value (and ssl_key) will enable reverse proxying, point
Swifts's entry in the Keystone catalog to use https, and override