Skip to content

Commit

Permalink
Document the required custom API
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainbourgeois committed May 2, 2023
1 parent 439136e commit e065671
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ using the HTTP Request plugin for DNS-01 challenge.
This charm is a provider of the [`tls-certificates-interface`](https://github.com/canonical/tls-certificates-interface),
charms that require Let's Encrypt certificates need to implement the requirer side.

This operator targets a custom implementation of an API defined in
[`go-acme lego documentation`](https://go-acme.github.io/lego/dns/httpreq/).
This custom API needs be implemented for you particular use case and its URL
provided to as a configuration to this operator.

## Usage

Create a YAML configuration file with the following fields:
Expand Down

0 comments on commit e065671

Please sign in to comment.