1
0
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:
2015-12-16 17:41:49 +00:00
parent 901b0f7224
commit da6600e2e9
21 changed files with 501 additions and 143 deletions

View File

@@ -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 %}