mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-22 16:25:17 +00:00
Use common name instead of IP address as listening address for IPSec gateway
This commit is contained in:
parent
799b9e19c8
commit
e721648328
@ -16,7 +16,7 @@ conn site-to-clients
|
||||
auto=add
|
||||
right=%any # Allow connecting from any IP address
|
||||
rightsourceip={{subnet}} # Serve virtual IP-s from this pool
|
||||
left={{local}} # Gateway IP address
|
||||
left={{common_name}} # Gateway IP address
|
||||
leftcert={{certificate_path}} # Gateway certificate
|
||||
{% if route %}
|
||||
{% if route | length == 1 %}
|
||||
|
Loading…
Reference in New Issue
Block a user