This repository was archived by the owner on Feb 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,7 @@ Pick between the following two providers for the DNS01 challenge:
105
105
106
106
* Google Cloud DNS
107
107
* 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
110
109
111
110
Configure or comment out as required in the relevant section.
112
111
@@ -116,13 +115,15 @@ In order to enable TLS, edit the following configuration:
116
115
117
116
* Set ` tls: true `
118
117
* 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.
121
122
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" `
124
124
* 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:
126
127
127
128
Flush out the staging certificates and orders
128
129
You can’t perform that action at this time.
0 commit comments