feature/embedded-server-config #1
1 changed files with 6 additions and 3 deletions
|
@ -22,10 +22,13 @@ cipher AES-256-CBC
|
||||||
comp-lzo
|
comp-lzo
|
||||||
|
|
||||||
<ca>
|
<ca>
|
||||||
{{ ca }}</ca>
|
{{ ca|trim }}
|
||||||
|
</ca>
|
||||||
|
|
||||||
<cert>
|
<cert>
|
||||||
{{ cert }}</cert>
|
{{ cert|trim }}
|
||||||
|
</cert>
|
||||||
|
|
||||||
<key>
|
<key>
|
||||||
{{ key }}</key>
|
{{ key|trim }}
|
||||||
|
</key>
|
Loading…
Reference in a new issue