Skip to content

Commit b71f799

Browse files
committed
update README
1 parent 08a3024 commit b71f799

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This is a noperator to auomatically renew certificates of OpenShift routes.
44

55
It's currently not considered production-ready and is only built to show-case how simple it is to implement such an operator with [Operator SDK](https://sdk.operatorframework.io/) and [lego](https://github.com/go-acme/lego).
66

7+
However, it seems to do its job so feel free to use and improve it!
8+
9+
Currently, the only supported challenge is [HTTP-01](https://letsencrypt.org/docs/challenge-types/#http-01-challenge) which means your cluster needs to be reachable from the internet.
10+
711
# Usage
812

913
Install to your cluster by running `make docker-build docker-push deploy IMG=your/docker-repository`, where you specify the image registry to push to with the `IMG` variable.

0 commit comments

Comments
 (0)