mkcert -install is being called in the wrong place
There is no CA file to read in order to call bin/setup-ssl-ca.
The `mkcert -install` is in the wrong place, it is nested within bin/setup-ssl-ca and it will never reach this unless the CA is already there.