Fix docs
- Libreswan 3.19 requires configuration changes in ipsec.conf for IKEv2, so that Windows 7/8/10 clients can connect
This commit is contained in:
parent
2727f1a1a0
commit
9455b19119
@ -58,8 +58,8 @@ Libreswan 支持通过使用 RSA 签名算法的 X.509 Machine Certificates 来
|
||||
ikev2=insist
|
||||
rekey=no
|
||||
fragmentation=yes
|
||||
ike=3des-sha1,aes-sha1,aes256-sha2_512,aes256-sha2_256
|
||||
phase2alg=3des-sha1,aes-sha1,aes256-sha2_512,aes256-sha2_256
|
||||
ike=3des-sha1;modp1024,aes-sha1;modp1024,aes256-sha2_256;modp1024
|
||||
phase2alg=3des-sha1,aes-sha1,aes256-sha2_256
|
||||
EOF
|
||||
```
|
||||
|
||||
|
@ -58,8 +58,8 @@ Before continuing, make sure you have successfully <a href="https://github.com/h
|
||||
ikev2=insist
|
||||
rekey=no
|
||||
fragmentation=yes
|
||||
ike=3des-sha1,aes-sha1,aes256-sha2_512,aes256-sha2_256
|
||||
phase2alg=3des-sha1,aes-sha1,aes256-sha2_512,aes256-sha2_256
|
||||
ike=3des-sha1;modp1024,aes-sha1;modp1024,aes256-sha2_256;modp1024
|
||||
phase2alg=3des-sha1,aes-sha1,aes256-sha2_256
|
||||
EOF
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user