= SSL certificates for local development =

Install mkcert:

brew install mkcert
mkcert -install
mkcert local.mydomain.com

Then move the certificates where your app expects them to be - nothing more to install here.

The final step is to add an update to your /etc/hosts:

127.0.0.1    local.mydomain.com

= References =