From 82d8f3693c87eb6935edab803d946d88a5a19cdd Mon Sep 17 00:00:00 2001 From: James Troup Date: Fri, 6 Aug 2021 18:31:37 +0100 Subject: [PATCH] Replace reference to 'juju set' with 'juju config'. Change-Id: I906f43b8222baabc2f95a3076ef7329a136102d1 --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 74faf3a..65bd338 100644 --- a/config.yaml +++ b/config.yaml @@ -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