Skip to content

Instantly share code, notes, and snippets.

@olssonm
Last active October 21, 2025 06:22
Show Gist options
  • Select an option

  • Save olssonm/0f2e5bc62faeb7008c02fda053c36432 to your computer and use it in GitHub Desktop.

Select an option

Save olssonm/0f2e5bc62faeb7008c02fda053c36432 to your computer and use it in GitHub Desktop.
Enable SSL/HTTPS on your vagrant files
# 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