IPsec: Always send our host certificate to all RW clients

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2020-03-05 15:24:49 +00:00
parent dccd7e874b
commit 9f3742222a

View File

@@ -350,6 +350,12 @@ sub writeipsecfiles {
print CONF "\tleftfirewall=yes\n";
print CONF "\tlefthostaccess=yes\n";
# Always send the host certificate
if ($lconfighash{$key}[3] eq 'host') {
print CONF "\tleftsendcert=always\n";
}
print CONF "\tright=$lconfighash{$key}[10]\n";
if ($lconfighash{$key}[3] eq 'net') {