How-to: Provide certificates

Provide certificates

Deploy self-signed-certificates:

juju deploy self-signed-certificates

Deploy the charm that requires certificates

juju deploy <your charm>

Integrate the two:

juju integrate self-signed-certificates <your charm>

You can track the progress by running:

juju status --watch 1s
juju status --relations