Manual TLS Certificates

  • By Canonical Telco
Channel Revision Published Runs on
latest/stable 78 07 Mar 2024
Ubuntu 22.04
latest/candidate 78 07 Mar 2024
Ubuntu 22.04
latest/beta 78 07 Mar 2024
Ubuntu 22.04
latest/edge 98 06 May 2024
Ubuntu 22.04
juju deploy manual-tls-certificates --channel edge
Show information

Platform:

Ubuntu
22.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 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