Skip to content

Instantly share code, notes, and snippets.

@twysto
Last active March 13, 2024 11:05
Show Gist options
  • Save twysto/e28b3e530ec94a805fb57331b92719b5 to your computer and use it in GitHub Desktop.
Save twysto/e28b3e530ec94a805fb57331b92719b5 to your computer and use it in GitHub Desktop.
Homestead - Regenerate SSL Certificates
  1. If the folder /etc/ssl/.old-certs doesn't exists, create it:
sudo mkdir /etc/ssl/.old-certs
  1. Move old certs files into it:
sudo mv /etc/ssl/certs/phpmyadmin.local.{cnf,crt,csr,key} /etc/ssl/.old-certs
  1. Re-provision vagrant box:
vagrant reload --provision
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment