github laravel/homestead v10.14.0

latest releases: v15.0.2, v15.0.1, v15.0.0...
3 years ago

Resolves #1507

Fix Issue where wildcard SSL certificates were not being named correctly.

Homestead.yaml:

sites:
    - map: foo.test
      to: /home/vagrant/foo/public_html
      wildcard: "yes"
oot@homestead:/etc/nginx/ssl# openssl x509 -subject -noout -in '*.foo.test.crt'
subject=O = Vagrant, C = UN, CN = *.foo.test
root@homestead:/etc/nginx/ssl# openssl x509 -subject -noout -in foo.test.crt
subject=O = Vagrant, C = UN, CN = foo.test
root@homestead:/etc/nginx/ssl#

Don't miss a new homestead release

NewReleases is sending notifications on new releases.