tls-certificates-operator

TLS Certificates Operator

  • Canonical Telco
Channel Revision Published Runs on
latest/stable 22 14 Feb 2023
Ubuntu 22.04
latest/candidate 22 14 Feb 2023
Ubuntu 22.04
latest/beta 45 22 Sep 2023
Ubuntu 22.04 Ubuntu 20.04
latest/beta 20 13 Feb 2023
Ubuntu 22.04 Ubuntu 20.04
latest/edge 50 16 Oct 2023
Ubuntu 22.04 Ubuntu 20.04
latest/edge 20 11 Jan 2023
Ubuntu 22.04 Ubuntu 20.04
legacy/stable 22 03 Oct 2023
Ubuntu 22.04
legacy/edge 51 25 Jan 2024
Ubuntu 22.04
juju deploy tls-certificates-operator --channel edge
Show information

Platform:

Ubuntu
22.04 20.04

Learn about actions >

  • 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