made the twig template look nicer
This commit is contained in:
parent
d386e0a520
commit
4f773c0d2f
1 changed files with 6 additions and 3 deletions
|
@ -22,10 +22,13 @@ cipher AES-256-CBC
|
|||
comp-lzo
|
||||
|
||||
<ca>
|
||||
{{ ca }}</ca>
|
||||
{{ ca|trim }}
|
||||
</ca>
|
||||
|
||||
<cert>
|
||||
{{ cert }}</cert>
|
||||
{{ cert|trim }}
|
||||
</cert>
|
||||
|
||||
<key>
|
||||
{{ key }}</key>
|
||||
{{ key|trim }}
|
||||
</key>
|
Loading…
Reference in a new issue