TLS Certificates Requirer

  • By Canonical Telco
Channel Revision Published Runs on
latest/stable 72 18 Apr 2024
Ubuntu 22.04
latest/candidate 72 18 Apr 2024
Ubuntu 22.04
latest/beta 72 18 Apr 2024
Ubuntu 22.04
latest/edge 85 09 May 2024
Ubuntu 22.04
juju deploy tls-certificates-requirer --channel edge
Show information

Platform:

Ubuntu
22.04

Learn about configurations >

  • common_name | string

    Common name to be used in the certificate. If not set, the following value will be used (depending on the mode): - `unit`: ``<app name>-<unit number>-<certificate number>.<model name>` - `app`: `<app name>-<certificate number>.<model name>`

  • country_name | string

    Country name to be used in the certificate. If not set, no country name will be used.

  • email_address | string

    Email address to be used in the certificate. If not set, no email address will be used.

  • locality_name | string

    Locality name to be used in the certificate. If not set, no locality name will be used.

  • mode | string

    Default: unit

    Mode in which the charm will request the certificate. Allowed values: - `unit`: Certificates are managed at the unit level. Each unit will have its own certificate. - `app`: Certificates are managed at the application level. The application can have 1 or more certificates.

  • organization_name | string

    Organization name to be used in the certificate. If not set, no organization name will be used.

  • sans_dns | string

    Comma separated list of DNS Subject Alternative Names (SAN's) to be used in the certificate. If not set, the following value will be used (depending on the mode): - `unit`: ``<app name>-<unit number>-<certificate number>.<model name>` - `app`: `<app name>-<certificate number>.<model name>`

  • state_or_province_name | string

    State or province name to be used in the certificate. If not set, no state or province name will be used.