Skip to content

Proposal: handling SSL setup and usage on local environments #28

@fabriciojs

Description

@fabriciojs

Local development that mimics all the scenario existing in a production environment is challenging, and using valid SSL local certificates nowadays play a big part in that.

Maybe we could help along with something like:

  • kool ssl enable / Generates and installs a new custom CAroot in the local host machine (maybe only possible under Linux out-of-the-box; should need manual steps on Windows/Macos)

  • kool ssl cert kool.localhost / Generates a Cert/Key pair for the given domain, which will be valid for local access - put files in the current working directory.


  • Do we have enough libraries to implement everything, or should we depend on some openssl images to run containers for this?

  • About installing/using the generated certificates, we could handle out-of-the-box for kooldev/php or kooldev/nginx images at least. For others we could only refer to documentation URL that helps figure out how to get them installed on other images.

Metadata

Metadata

Assignees

No one assigned

    Labels

    UX/configUX related to configurationenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions