Laravel Homestead SSL
Self Signed certificates: Homestead creates certificates for all the sites, and also creates 1 certificate for itself. To make SSL work on a homestead site you have to open Certmgr (or search for Certificates in windows start screen): Copy certificates to a folder accessible to windows explorer cp -r /etc/nginx/ssl /home/vagrant/code/ssl 1. Import ca.homestead.homestead.crt to Personal / Trusted Root Certificate Authorities * If you have multiple Homestead machines, you have to rename the ca.homestead.homestead.crt file to something else, otherwise it will say it's already installed. 2. Import site.tld.crt to Personal / Trusted Root Certificate Authorities Close certmgr and chrome. The certificate will only work after the restart of chrome. 3. To make firefox work: Options \ View Certificates - Authorities tab and import ca.homestead.homestead.crt If you get this error: " This personal certificate can't be installed because you do not own the corresp...