forked from FoundKeyGang/FoundKey
Better example settings for TLS certification (#2793)
This commit is contained in:
parent
cd0b9a8e3f
commit
35362ed3c7
1 changed files with 2 additions and 2 deletions
|
@ -101,8 +101,8 @@ drive:
|
||||||
# TLS
|
# TLS
|
||||||
# https:
|
# https:
|
||||||
# # path for certification
|
# # path for certification
|
||||||
# key: example-tls-key
|
# key: /etc/letsencrypt/live/example.tld/privkey.pem
|
||||||
# cert: example-tls-cert
|
# cert: /etc/letsencrypt/live/example.tld/fullchain.pem
|
||||||
|
|
||||||
# Elasticsearch
|
# Elasticsearch
|
||||||
# elasticsearch:
|
# elasticsearch:
|
||||||
|
|
Loading…
Reference in a new issue