TLS Certificates Operator
- Canonical Telco
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 22 | 14 Feb 2023 | |
latest/candidate | 22 | 14 Feb 2023 | |
latest/beta | 45 | 22 Sep 2023 | |
latest/beta | 20 | 13 Feb 2023 | |
latest/edge | 50 | 16 Oct 2023 | |
latest/edge | 20 | 11 Jan 2023 | |
legacy/stable | 22 | 03 Oct 2023 | |
legacy/edge | 51 | 25 Jan 2024 |
juju deploy tls-certificates-operator --channel edge
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
get-outstanding-certificate-requests
Get list of all outstanding certificate signing requests. If a relation-id is provided, only requests for that relation are returned.
- Params
-
relation-id integer
ID of the relation between the tls-certificate-operator and the requirer.
-
provide-certificate
Provide a certificate to a specific requirer unit.
- Params
-
ca-certificate string
Base64 encoded CA Certificate..
-
ca-chain string
Base64 encoded CA chain.
-
certificate string
Base64 encoded TLS certificate.
-
certificate-signing-request string
The request to which the certificate is being provided.
-
relation-id integer
ID of the relation between the tls-certificate-operator and the requirer.
- Required
relation-id, certificate-signing-request, certificate, ca-chain, ca-certificate