mirror of
https://github.com/laurivosandi/certidude
synced 2025-09-10 15:31:04 +00:00
api: Added signed certificate tagging mechanism
This commit is contained in:
@@ -18,11 +18,11 @@ conn site-to-clients
|
||||
rightsourceip={{subnet}} # Serve virtual IP-s from this pool
|
||||
left={{local}} # Gateway IP address
|
||||
leftcert={{certificate_path}} # Gateway certificate
|
||||
{% if route %}
|
||||
{% if route | length == 1 %}
|
||||
{% if route %}
|
||||
{% if route | length == 1 %}
|
||||
leftsubnet={{route[0]}} # Advertise routes via this connection
|
||||
{% else %}
|
||||
{% else %}
|
||||
leftsubnet={ {{ route | join(', ') }} }
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
|
Reference in New Issue
Block a user