[IS] 產生 SSL 憑證
透過 mkcert(開發用)
mkcert @ GitHub
$ brew install mkcert
# Created a new local CA
$ mkcert -install
# Created a new certificate valid for the following names
$ mkcert example.com "*.example.com" example.test localhost 127.0.0.1 ::1
透過 Let's Encrypt
安裝 certbot
$ brew install certbot