Skip to content

Commit c577e37

Browse files
Merge branch 'main' of github.com:abcdesktopio/docs
2 parents 4f9381f + 57f4d36 commit c577e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opsdocs/docs/cloudproviders/digitalocean/digitalocean-loadbalancer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Define the new variables `ABCDESKTOP_PUBLIC_FQDN` and `USER_EMAIL_ADDRESS`
152152

153153
``` bash
154154
ABCDESKTOP_PUBLIC_FQDN=hello.digitalocean.pepins.net
155-
USER_EMAIL_ADDRESS=alex@koumoula.com
155+
USER_EMAIL_ADDRESS=thisisyouremail@domain.com
156156
ROUTER_POD_NAME=$(kubectl get pods -l run=router-od -o jsonpath={.items..metadata.name} -n abcdesktop)
157157
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
158158
```

0 commit comments

Comments
 (0)