Skip to content

Commit

Permalink
Clean up README
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpountney92 committed Jan 19, 2021
1 parent 24714e8 commit 7186d35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,12 @@ Create Issuer

kubectl apply -f LetsEncrypt/issuer.yaml

Create an Ingress route
Update Ingress manifest to use our FQDN

sed -i "s/<REPLACE_ME>/$FQDN/g" LetsEncrypt/prod-ingress.yaml

Create an Ingress route by applying manifest

kubectl apply -f LetsEncrypt/prod-ingress.yaml

Verify that the certificate was created successfully by checking READY is True, which may take a minute
Expand Down

0 comments on commit 7186d35

Please sign in to comment.