mirror of
https://github.com/laurivosandi/certidude
synced 2025-09-07 06:01:03 +00:00
Use common name instead of IP address as listening address for IPSec gateway
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user