Commit 2285fd0c authored by AfirSraftGarrier's avatar AfirSraftGarrier

修改

parent fb77b8d5
...@@ -25,4 +25,4 @@ openssl x509 -req -CA ca.crt -CAkey ca.key -CAcreateserial -in client.csr -out c ...@@ -25,4 +25,4 @@ openssl x509 -req -CA ca.crt -CAkey ca.key -CAcreateserial -in client.csr -out c
openssl pkcs8 -topk8 -in server.key -out server.pkcs8.key -nocrypt openssl pkcs8 -topk8 -in server.key -out server.pkcs8.key -nocrypt
openssl pkcs8 -topk8 -in client.key -out client.pkcs8.key -nocrypt openssl pkcs8 -topk8 -in client.key -out client.pkcs8.key -nocrypt
# 注意生成的 Common Name不能一样 # 注意生成的 Common Name不能一样,否则客户端会出错
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment