-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
⚡️ EnhancementNew featureNew feature
Description
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:
- Detect if
mkdistis installed. If it is, then use it to generate certificates automatically. - Prompt the user with two options: use ssup CA or use mkcert
- Add a tip to the README, letting the users know that they can use
mkdistif they want to generate certificates themselves.
Metadata
Metadata
Assignees
Labels
⚡️ EnhancementNew featureNew feature