Update docs
This commit is contained in:
parent
26af7deefe
commit
ecddbc3eb5
@ -358,7 +358,7 @@ sudo yum --enablerepo=epel install NetworkManager-strongswan-gnome
|
||||
```bash
|
||||
# 示例:提取 CA 证书,客户端证书和私钥。在完成后可以删除 .p12 文件。
|
||||
# 注:你可能需要输入 import password,它可以在 IKEv2 辅助脚本的输出中找到。
|
||||
# 如果在脚本的输出中没有 import password,请按回车键继续。
|
||||
# 如果在脚本的输出中没有 import password,请按回车键继续。
|
||||
openssl pkcs12 -in vpnclient.p12 -cacerts -nokeys -out ikev2vpnca.cer
|
||||
openssl pkcs12 -in vpnclient.p12 -clcerts -nokeys -out vpnclient.cer
|
||||
openssl pkcs12 -in vpnclient.p12 -nocerts -nodes -out vpnclient.key
|
||||
|
Loading…
Reference in New Issue
Block a user