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.
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.