You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might require some pretty deep thought to nail the UX on this. I am going to leave this open and welcome other comments on any suggestions as well.
I am all for not using the SSU CA, but I feel like I haven't come across the perfect solution yet (same with local DNS).
As per https://github.com/serversideup/spin-template-laravel-basic#trusted-ssl-certificates-in-development, this template ships certificates that require Server Side Up CA.
I propose using
mkcert
to generate the certificates locally. That will eliminate the need to trust a remote CA.I know this is already possible by doing it manually.
Here are possible approaches:
mkdist
is installed. If it is, then use it to generate certificates automatically.mkdist
if they want to generate certificates themselves.The text was updated successfully, but these errors were encountered: