grrnikos / pma

Simple shell script that installs phpMyAdmin on a Laravel Homestead box.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nginx error due to missing SSL Certificate

gauravmak opened this issue · comments

I could Install phpMyAdmin successfully a few weeks ago but when I tried this again today, there was an issue.

-> After running the script, Nginx was failing to restart

-> I found that the serve-laravel.sh is adding ssl_certificate and ssl_certificate_key options to the bottom of the config file for the site. and that file is missing when Nginx tries to load it.

-> I am not sure if the system should create required files (.cnf, .crt and .key) or those lines should be removed from the config file