An open API service indexing awesome lists of open source software.

https://github.com/gruyaume/certificates-operator

A proof-of-concept for developing charms in Go
https://github.com/gruyaume/certificates-operator

charm go juju operator tls

Last synced: about 1 year ago
JSON representation

A proof-of-concept for developing charms in Go

Awesome Lists containing this project

README

          

# certificates-operator

Manage X.509 certificates in the Juju ecosystem.

This charm serves as a proof-of-concept for developing charms in Go using [goops](https://github.com/gruyaume/goops).

## Usage

```shell
juju deploy certificates
juju deploy tls-certificates-requirer
juju integrate certificates tls-certificates-requirer
```