We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f9381f + 57f4d36 commit c577e37Copy full SHA for c577e37
opsdocs/docs/cloudproviders/digitalocean/digitalocean-loadbalancer.md
@@ -152,7 +152,7 @@ Define the new variables `ABCDESKTOP_PUBLIC_FQDN` and `USER_EMAIL_ADDRESS`
152
153
``` bash
154
ABCDESKTOP_PUBLIC_FQDN=hello.digitalocean.pepins.net
155
-USER_EMAIL_ADDRESS=alex@koumoula.com
+USER_EMAIL_ADDRESS=thisisyouremail@domain.com
156
ROUTER_POD_NAME=$(kubectl get pods -l run=router-od -o jsonpath={.items..metadata.name} -n abcdesktop)
157
kubectl exec -n abcdesktop -it ${ROUTER_POD_NAME} -- /usr/bin/certbot certonly --webroot -w /var/lib/nginx/html -d ${ABCDESKTOP_PUBLIC_FQDN} -m "${USER_EMAIL_ADDRESS}" --agree-tos -n
158
```
0 commit comments