diff --git a/content/en/docs/getting-started-guides/ubuntu/operational-considerations.md b/content/en/docs/getting-started-guides/ubuntu/operational-considerations.md index c93b81cc59..8970df854c 100644 --- a/content/en/docs/getting-started-guides/ubuntu/operational-considerations.md +++ b/content/en/docs/getting-started-guides/ubuntu/operational-considerations.md @@ -147,8 +147,7 @@ htpasswd -c -b -B htpasswd userA passwordA Assuming that your registry will be reachable at ```myregistry.company.com```, you already have your TLS key in the ```registry.key``` file, and your TLS -certificate (with ```myregistry.company.com``` as Common Name) in the -```registry.crt``` file, you would then run: +certificate (with ```myregistry.company.com``` as Common Name) in the ```registry.crt``` file, you would then run: ``` juju run-action kubernetes-worker/0 registry domain=myregistry.company.com htpasswd="$(base64 -w0 htpasswd)" htpasswd-plain="$(base64 -w0 htpasswd-plain)" tlscert="$(base64 -w0 registry.crt)" tlskey="$(base64 -w0 registry.key)" ingress=true