Skip to content

Use mkcert instead of Server Side Up CA for local certificates #13

@yusufkandemir

Description

@yusufkandemir

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 mkdist is 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 mkdist if they want to generate certificates themselves.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions