24 lines
798 B
Plaintext
24 lines
798 B
Plaintext
[connection]
|
|
certidude managed = true
|
|
id = {{ session.service.title }}
|
|
uuid = {{ uuid }}
|
|
type = {{ vpn }}
|
|
|
|
[vpn]
|
|
service-type = org.freedesktop.NetworkManager.strongswan
|
|
encap = no
|
|
virtual = yes
|
|
method = key
|
|
ipcomp = no
|
|
address = {{ authority.namespace }}
|
|
userkey = {% if key_path %}{{ key_path }}{% else %}/etc/certidude/authority/{{ authority.namespace }}/host_key.pem{% endif %}
|
|
usercert = {% if certificate_path %}{{ certificate_path }}{% else %}/etc/certidude/authority/{{ authority.namespace }}/host_cert.pem{% endif %}
|
|
certificate = {% if authority_path %}{{ authority_path }}{% else %}/etc/certidude/authority/{{ authority.namespace }}/ca_cert.pem{% endif %}
|
|
ike = {{ authority.strongswan.ike }}
|
|
esp = {{ authority.strongswan.esp }}
|
|
proposal = yes
|
|
|
|
[ipv4]
|
|
method = auto
|
|
;route1 = 0.0.0.0/0
|