mirror of https://0xacab.org/leap/bitmask-vpn
fix ca crt
parent
2df54dbe2a
commit
db6622ddf4
|
@ -5,7 +5,7 @@ sudo openvpn \
|
|||
--dev tun --client --tls-client \
|
||||
--cipher $CIPHER \
|
||||
--remote-cert-tls server --tls-version-min 1.2 \
|
||||
--ca /tmp/concat.crt --cert /tmp/cert.pem --key /tmp/cert.pem \
|
||||
--ca /tmp/ca.crt --cert /tmp/cert.pem --key /tmp/cert.pem \
|
||||
--pull-filter ignore ifconfig-ipv6 \
|
||||
--pull-filter ignore route-ipv6 \
|
||||
--pull-filter ignore route \
|
||||
|
|
Loading…
Reference in New Issue