sh https:// MacOS上的localhost
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh https:// MacOS上的localhost相关的知识,希望对你有一定的参考价值。
# https://paulbrowne.xyz/https-localhost
cd; mkdir .ssl
openssl req -newkey rsa:2048 -x509 -nodes -keyout .ssl/localhost.key -new -out .ssl/localhost.crt -subj /CN=localhost -reqexts SAN -extensions SAN -config <(cat /System/Library/OpenSSL/openssl.cnf <(printf '[SAN]\nsubjectAltName=DNS:localhost')) -sha256 -days 3650
sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain .ssl/localhost.crt
以上是关于sh https:// MacOS上的localhost的主要内容,如果未能解决你的问题,请参考以下文章
sh 解决方法adb断开macOS Sierra上的问题
sh 如何更改OS X和macOS上的打开文件限制
sh 在macOS Sierra上的virtualenv中安装psycopg2
sh Apple macOS Sierra上的M节点主节点和N节点工作节点的脚本安装
sh 笔记:OpenSSL生成「自签名」证书,配置Nodejs本地HTTPS服务 - 7.通过macOS下的keychian.app打开ssl.crt
macOS安装Homebrew