Last active
October 21, 2025 06:22
-
-
Save olssonm/0f2e5bc62faeb7008c02fda053c36432 to your computer and use it in GitHub Desktop.
Enable SSL/HTTPS on your vagrant files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 1. Copy the certificates to a location that's shared between Vagrant and your local filesystem | |
| cd /etc/ssl/certs | |
| cp ca.homestead.homestead.pem /home/vagrant/code | |
| # 2. Add the certificates to you browser of choice (Firefox: Certificate Manager -> Import). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment