You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ This is a noperator to auomatically renew certificates of OpenShift routes.
4
4
5
5
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).
6
6
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
+
7
11
# Usage
8
12
9
13
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