Manual TLS Certificates
- Canonical Telco
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 108 | 04 Jul 2024 | |
latest/candidate | 108 | 04 Jul 2024 | |
latest/beta | 108 | 04 Jul 2024 | |
latest/edge | 129 | 22 Oct 2024 | |
latest/edge | 128 | 22 Oct 2024 |
juju deploy manual-tls-certificates --channel candidate
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 manual-tls-certificates 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 manual-tls-certificates and the requirer.
- Required
certificate-signing-request, certificate, ca-certificate