Slight rename to better match Kubernetes TLS Secrets
This commit is contained in:
parent
045371b63b
commit
8d4f2927a7
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ port = 1190
|
||||||
tls = yes
|
tls = yes
|
||||||
|
|
||||||
[tls]
|
[tls]
|
||||||
cert = /etc/xenu-nntp/cert.pem
|
cert = /etc/xenu-nntp/tls/tls.cert
|
||||||
key = /etc/xenu-nntp/key.pem
|
key = /etc/xenu-nntp/tls/tls.key
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
path = /var/lib/xenu-nntp/db.sqlite3
|
path = /var/lib/xenu-nntp/db.sqlite3
|
||||||
|
|
Loading…
Add table
Reference in a new issue