change the default self-signed certificate filenames

This commit is contained in:
Shivaram Lingamneni 2020-05-24 00:19:58 -04:00
parent b80f92b2aa
commit b09258b698
2 changed files with 8 additions and 8 deletions

View File

@ -24,8 +24,8 @@ server:
# The standard SSL/TLS port for IRC is 6697. This will listen on all interfaces: # The standard SSL/TLS port for IRC is 6697. This will listen on all interfaces:
":6697": ":6697":
tls: tls:
key: tls.key cert: fullchain.pem
cert: tls.crt key: privkey.pem
# 'proxy' should typically be false. It's only for Kubernetes-style load # 'proxy' should typically be false. It's only for Kubernetes-style load
# balancing that does not terminate TLS, but sends an initial PROXY line # balancing that does not terminate TLS, but sends an initial PROXY line
# in plaintext. # in plaintext.
@ -44,8 +44,8 @@ server:
# ":8097": # ":8097":
# websocket: true # websocket: true
# tls: # tls:
# key: tls.key # cert: fullchain.pem
# cert: tls.crt # key: privkey.pem
# sets the permissions for Unix listen sockets. on a typical Linux system, # 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 # the default is 0775 or 0755, which prevents other users/groups from connecting

View File

@ -50,8 +50,8 @@ server:
# The standard SSL/TLS port for IRC is 6697. This will listen on all interfaces: # The standard SSL/TLS port for IRC is 6697. This will listen on all interfaces:
":6697": ":6697":
tls: tls:
key: tls.key cert: fullchain.pem
cert: tls.crt key: privkey.pem
# 'proxy' should typically be false. It's only for Kubernetes-style load # 'proxy' should typically be false. It's only for Kubernetes-style load
# balancing that does not terminate TLS, but sends an initial PROXY line # balancing that does not terminate TLS, but sends an initial PROXY line
# in plaintext. # in plaintext.
@ -70,8 +70,8 @@ server:
# ":8097": # ":8097":
# websocket: true # websocket: true
# tls: # tls:
# key: tls.key # cert: fullchain.pem
# cert: tls.crt # key: privkey.pem
# sets the permissions for Unix listen sockets. on a typical Linux system, # 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 # the default is 0775 or 0755, which prevents other users/groups from connecting