phusion / passenger_library

Phusion Passenger documentation
https://www.phusionpassenger.com/docs
Other
48 stars 111 forks source link

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

Open 3cp opened 4 years ago

3cp commented 4 years ago

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.