Skip to content

Commit 8e5531d

Browse files
committed
fixed a typo
1 parent 3f1353e commit 8e5531d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/web-server/nginx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
1. Create the wildcard certificate:
5151

5252
```console
53-
sudo certbot certonly --dns-cloudflare --dns-cloudflare-credentials ~/.secrets/certbot/cloudflare.ini -d coder.example.com *.coder.example.com
53+
sudo certbot certonly --dns-cloudflare --dns-cloudflare-credentials ~/.secrets/certbot/cloudflare.ini -d coder.example.com -d *.coder.example.com
5454
```
5555

5656
## Configure nginx

0 commit comments

Comments
 (0)