虽然这篇文章被贴上了 Windows 的标签,但是我在其他地方没有看到关于 OS X 的相关问题的答案。下面是在 操作系统上为 localhost 创建自签名证书的步骤:
# Use 'localhost' for the 'Common name'
openssl req -x509 -sha256 -nodes -newkey rsa:2048 -days 365 -keyout localhost.key -out localhost.crt
# Add the cert to your keychain
open localhost.crt