開源專案 mkcert,建立本機信任憑證供開發時使用。 透過 brew 安裝 mkcert 命令。 1brew install mkcert 2brew install nss # if you use Firefox 建立 local CA。 Warning: the rootCA-key.pem file that mkcert automatically generates gives complete power to intercept secure requests from your machine. Do not share it. 1mkcert -install 2Created a new local CA …
Read More