Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit d6d7de4

Browse files
committed
Update README for DO DNS
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
1 parent b76db7a commit d6d7de4

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ Pick between the following two providers for the DNS01 challenge:
105105

106106
* Google Cloud DNS
107107
* AWS Route53
108-
109-
> Note: we will add DigitalOcean as an option when cert-manager 0.6 becomes available in helm
108+
* DigitalOcean DNS via cert-manager 0.6.0
110109

111110
Configure or comment out as required in the relevant section.
112111

@@ -116,13 +115,15 @@ In order to enable TLS, edit the following configuration:
116115

117116
* Set `tls: true`
118117
* Choose between `issuer_type: "prod"` or `issuer_type: "staging"`
119-
* Choose between DNS Service `route53` or `clouddns` and update your service data
120-
* Go to `# DNS Service Account secret` and choose the same service
118+
* Choose between DNS Service `route53`, `clouddns` or `digitalocean` and then update init.yaml
119+
* Go to `# DNS Service Account secret` and choose and uncomment the section you need
120+
121+
You can start out by using the Staging issuer, then switch to the production issuer.
121122

122-
If you need to test in Staging and then go to Production without resetting the cluster:
123-
* Use `issuer_type: "staging"`
123+
* Set `issuer_type: "staging"`
124124
* Run ofc-bootstrap with the instructions bellow
125-
* Once you want to switch to the Production issuer
125+
126+
When you want to switch to the Production issuer do the following:
126127

127128
Flush out the staging certificates and orders
128129

0 commit comments

Comments
 (0)