This charm is used to filter certificate requests sent to a certificates provider. This initial version only acts a proxy between the requirer and provider, allowing every requests through.
Deploy the charm and integrate it to a certificate requirer, and to a certificate provider:
juju deploy tls-constraints --channel beta
juju integrate tls-constraints:certificates-downstream <TLS Certificates Requirer>
juju integrate tls-constraints:certificates-upstream <TLS Certificates Provider>This charm provides and requests certificates using the tls-certificates integration.