|  |      1abmin521      2017-10-16 08:39:33 +08:00 思路不错  不过手机电脑 都需要一个个导入 | 
|      3find456789      2018-05-13 14:52:55 +08:00 你好, 我按照你的步骤最后生成的文件里, 没有 xxx.cer 这样的文件, 请问是我的步骤不对吗, 我用的 ubuntu, 在 github 官方下载的 easy-rsa 3.0.4 版本的 | 
|      4find456789      2018-05-13 14:54:11 +08:00 issued/ 目录下有个 xxx.crt private/ 目录下有 ca.key xxx.key xxx.p12 | 
|      5find456789      2018-05-13 15:01:18 +08:00 http://xxx.xxx {  gzip tls xxx.cer xxx.key { clients require /root/EasyRSA-3.0.3/pki/ca.crt } proxy / http://xxx.xx/ } http://xxx.xxx { redir https://xxx.xxx } 我是这样的配置, 我猜测有可能是 http://xxx.xxx 我没有改成 https 的,因为我是在本地测试,稍后我放上服务器看看 | 
|  |      6testcaoy7 OP 今天更正一下: 将“ clients require /root/EasyRSA-3.0.3/pki/ca.crt ” 中的“ require ”删去 有“ require ”表示“ requires a client certificate, but will not verify it.” |