Skip to content

Commit 95d29d9

Browse files
committed
docs(readme): fix the certs to account for multi-level subdomains
1 parent 88b0b27 commit 95d29d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ mkcert -install
4242
Then, in the `ssl` directory, run:
4343

4444
```sh
45-
mkcert jquery.com *.jquery.com jqueryui.com *.jqueryui.com jquerymobile.com *.jquerymobile.com jquery.org *.jquery.org
45+
mkcert local.jquery.com local.blog.jquery.com local.api.jquery.com local.plugins.jquery.com local.learn.jquery.com local.jqueryui.com local.blog.jqueryui.com local.api.jqueryui.com local.jquerymobile.com local.api.jquerymobile.com local.jquery.org local.events.jquery.org local.brand.jquery.org local.contribute.jquery.org local.meetings.jquery.org local.releases.jquery.com
4646
```
4747

48+
Wildcards don't work for multi-level subdomains. Add each site to the list of domains.
49+
4850
6. Run `docker compose up --build` to start the containers.
4951

5052
7. Fill the database with the latest data from production wordpress.

0 commit comments

Comments
 (0)