代码改变世界

workspaces only allow trusted client with self-signed cert

2019-11-26 17:47  divl  阅读(207)  评论(0编辑  收藏  举报
1. 生成CA openssl genrsa -out CA_neonone.com.key 2048 openssl req -x509 -new -nodes -key CA_neonone.com.key -sha256 -days 1024 -out CA_neonone.com.pem 2