humanmade / local-vip

A Composer package providing a Docker-based local development environment for use with WordPress VIP projects.
7 stars 4 forks source link

Improve SSL certificate handling #18

Closed alwaysblank closed 2 years ago

alwaysblank commented 2 years ago

This is meant to allow local-vip to automatically generate certificates like local-server. Specifically, it brings in the changes in these PRs:

...and makes a few other tweaks to address the slightly more limited local VIP use case. Most notably, it makes some more restrictive assumptions about domains and TLDs, defaulting to using the domain/TLD without a subdomain as the primary site, and not allowing for multiple domains in the way local-server does—in other words it's only really meant to run one VIP domain at a time, and you'd need to destroy and rebuild the proxy to run a different one.

This will resolve #16.