passenger_library icon indicating copy to clipboard operation
passenger_library copied to clipboard

[doc] Suggest to use mkcert for local CA root and SSL certificates

Open 3cp opened this issue 5 years ago • 0 comments

I tried to follow https://www.phusionpassenger.com/docs/advanced_guides/developing_with_passenger/node/dev_ssl/nginx/ to generate a local CA root and certificates, encountered many troubles as macOS now has openssl v2 in place, shadowing homebrew installed v1.

Then I found https://github.com/FiloSottile/mkcert, it was a breeze! Got a working certification for local app in a minute.

Suggest add a reference to mkcert in the above passenger doc. Thanks.

3cp avatar Mar 02 '20 01:03 3cp