markdown 自签名SSL证书
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 自签名SSL证书相关的知识,希望对你有一定的参考价值。
Run this is the terminal:
```
openssl req -x509 -out localhost.crt -keyout localhost.key \
-newkey rsa:2048 -nodes -sha256 \
-subj '/CN=localhost' -extensions EXT -config <( \
printf "[dn]\nCN=localhost\n[req]\ndistinguished_name = dn\n[EXT]\nsubjectAltName=DNS:localhost\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth")
```
Reference:
- https://letsencrypt.org/docs/certificates-for-localhost/
以上是关于markdown 自签名SSL证书的主要内容,如果未能解决你的问题,请参考以下文章
markdown 使用自签名证书在git存储库中禁用SSL验证
MAC申请自签名的ssl证书
如何添加自签名SSL证书 自签名SSL证书存风险
什么是自签名SSL证书?
如何创建一个自签名的SSL证书
企业为啥不能使用自签名SSL证书?