mirror of
https://github.com/ergochat/ergo.git
synced 2026-01-26 21:39:21 -08:00
Merge pull request #1045 from slingamn/fullchain
change the default self-signed certificate filenames
This commit is contained in:
commit
10a7d3ff72
3 changed files with 9 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -109,3 +109,4 @@ _test
|
|||
oragono.prof
|
||||
oragono.mprof
|
||||
/dist
|
||||
*.pem
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@ server:
|
|||
# The standard SSL/TLS port for IRC is 6697. This will listen on all interfaces:
|
||||
":6697":
|
||||
tls:
|
||||
key: tls.key
|
||||
cert: tls.crt
|
||||
cert: fullchain.pem
|
||||
key: privkey.pem
|
||||
# 'proxy' should typically be false. It's only for Kubernetes-style load
|
||||
# balancing that does not terminate TLS, but sends an initial PROXY line
|
||||
# in plaintext.
|
||||
|
|
@ -44,8 +44,8 @@ server:
|
|||
# ":8097":
|
||||
# websocket: true
|
||||
# tls:
|
||||
# key: tls.key
|
||||
# cert: tls.crt
|
||||
# cert: fullchain.pem
|
||||
# key: privkey.pem
|
||||
|
||||
# sets the permissions for Unix listen sockets. on a typical Linux system,
|
||||
# the default is 0775 or 0755, which prevents other users/groups from connecting
|
||||
|
|
|
|||
|
|
@ -50,8 +50,8 @@ server:
|
|||
# The standard SSL/TLS port for IRC is 6697. This will listen on all interfaces:
|
||||
":6697":
|
||||
tls:
|
||||
key: tls.key
|
||||
cert: tls.crt
|
||||
cert: fullchain.pem
|
||||
key: privkey.pem
|
||||
# 'proxy' should typically be false. It's only for Kubernetes-style load
|
||||
# balancing that does not terminate TLS, but sends an initial PROXY line
|
||||
# in plaintext.
|
||||
|
|
@ -70,8 +70,8 @@ server:
|
|||
# ":8097":
|
||||
# websocket: true
|
||||
# tls:
|
||||
# key: tls.key
|
||||
# cert: tls.crt
|
||||
# cert: fullchain.pem
|
||||
# key: privkey.pem
|
||||
|
||||
# sets the permissions for Unix listen sockets. on a typical Linux system,
|
||||
# the default is 0775 or 0755, which prevents other users/groups from connecting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue