build-key-pkcs12
来自「开源的SSL VPN实现,无论是实用或者参考都是很好的参考材料」· 代码 · 共 9 行
TXT
9 行
#!/bin/bash# Make a certificate/private key pair using a locally generated# root certificate and convert it to a PKCS #12 file including the# the CA certificate as well.export EASY_RSA="${EASY_RSA:-.}""$EASY_RSA/pkitool" --interact --pkcs12 $*
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?