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
- Host: GitHub
- URL: https://github.com/gruyaume/certificates-operator
- Owner: gruyaume
- License: apache-2.0
- Created: 2025-03-29T21:46:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-29T23:22:35.000Z (about 1 year ago)
- Last Synced: 2025-03-29T23:23:59.970Z (about 1 year ago)
- Topics: charm, go, juju, operator, tls
- Language: Go
- Homepage: http://charmhub.io/certificates
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
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
```