15 lines
270 B
Plaintext
15 lines
270 B
Plaintext
{% if enable_signing -%}
|
|
[signing]
|
|
{% if certfile -%}
|
|
certfile = {{ certfile }}
|
|
{% endif -%}
|
|
{% if keyfile -%}
|
|
keyfile = {{ keyfile }}
|
|
{% endif -%}
|
|
{% if ca_certs -%}
|
|
ca_certs = {{ ca_certs }}
|
|
{% endif -%}
|
|
{% if ca_key -%}
|
|
ca_key = {{ ca_key }}
|
|
{% endif -%}
|
|
{% endif -%} |