Fix docs
- Further improve IKEv2 config for Windows 7/8/10
- Ref: 9455b19
This commit is contained in:
parent
9455b19119
commit
e767b462a5
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ Libreswan 支持通过使用 RSA 签名算法的 X.509 Machine Certificates 来
|
|||
ikev2=insist
|
||||
rekey=no
|
||||
fragmentation=yes
|
||||
ike=3des-sha1;modp1024,aes-sha1;modp1024,aes256-sha2_256;modp1024
|
||||
ike=3des-sha1,aes-sha1,aes256-sha2_256;modp1024,aes256-sha2_256;modp2048
|
||||
phase2alg=3des-sha1,aes-sha1,aes256-sha2_256
|
||||
EOF
|
||||
```
|
||||
|
|
|
@ -58,7 +58,7 @@ Before continuing, make sure you have successfully <a href="https://github.com/h
|
|||
ikev2=insist
|
||||
rekey=no
|
||||
fragmentation=yes
|
||||
ike=3des-sha1;modp1024,aes-sha1;modp1024,aes256-sha2_256;modp1024
|
||||
ike=3des-sha1,aes-sha1,aes256-sha2_256;modp1024,aes256-sha2_256;modp2048
|
||||
phase2alg=3des-sha1,aes-sha1,aes256-sha2_256
|
||||
EOF
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue