From 21eeb216ed838a781d5e63912b6b05fcadaf1e4f Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sun, 30 Jun 2019 22:33:28 +0200 Subject: [PATCH] Add cert-manager URL Signed-off-by: Patrick Uiterwijk --- files/communishift/objects/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/communishift/objects/README.md b/files/communishift/objects/README.md index 51b7d90bbb..dca5e3b75f 100644 --- a/files/communishift/objects/README.md +++ b/files/communishift/objects/README.md @@ -6,7 +6,7 @@ The files in this directory are the configuration files for communishift to be a For OIDC auth, get the client secret for "communishift" from ansible-private/files/ipsilon/openidc.production.static, and run: > oc create secret generic fedoraidp-clientsecret --from-literal=clientSecret= -n openshift-config -For certificates, first install [cert-manager](), and then create the Issuer object. +For certificates, first install [cert-manager](https://docs.cert-manager.io/en/latest/), and then create the Issuer object. To do this, first create a new access key ID and secret key in AWS for the communishift_acme_dns01 user, and update issuer and create a secret: > oc create secret generic route53-access-key-secret --from-literal=access-key=THEACCESSKEY This gives it the ability to create a TXT record for acmechallenges.fedorainfracloud.org.