Revert "WebSocket host-meta tests use wildcard cert, revert after complete TLS name validation is implemented"
This reverts commit 679f6fcfc8e7bd495ec2379680eef3ee8a48c1ab.
This commit is contained in:
parent
01714522ec
commit
a8487a4f1e
@ -28,8 +28,8 @@ max_stanza_size_bytes = 262_144
|
|||||||
|
|
||||||
# TLS key/certificate valid for all your XMPP domains, PEM format
|
# TLS key/certificate valid for all your XMPP domains, PEM format
|
||||||
# included systemd unit can only read files from /etc/xmpp-proxy/ so put them in there
|
# included systemd unit can only read files from /etc/xmpp-proxy/ so put them in there
|
||||||
tls_key = "/etc/prosody/certs/wildcard.key"
|
tls_key = "/etc/prosody/certs/xp1.example.org.key"
|
||||||
tls_cert = "/etc/prosody/certs/wildcard.crt"
|
tls_cert = "/etc/prosody/certs/xp1.example.org.crt"
|
||||||
|
|
||||||
# configure logging, defaults are commented
|
# configure logging, defaults are commented
|
||||||
# can also set env variables XMPP_PROXY_LOG_LEVEL and/or XMPP_PROXY_LOG_STYLE, but values in this file override them
|
# can also set env variables XMPP_PROXY_LOG_LEVEL and/or XMPP_PROXY_LOG_STYLE, but values in this file override them
|
||||||
|
@ -28,8 +28,8 @@ max_stanza_size_bytes = 262_144
|
|||||||
|
|
||||||
# TLS key/certificate valid for all your XMPP domains, PEM format
|
# TLS key/certificate valid for all your XMPP domains, PEM format
|
||||||
# included systemd unit can only read files from /etc/xmpp-proxy/ so put them in there
|
# included systemd unit can only read files from /etc/xmpp-proxy/ so put them in there
|
||||||
tls_key = "/etc/prosody/certs/wildcard.key"
|
tls_key = "/etc/prosody/certs/xp2.example.org.key"
|
||||||
tls_cert = "/etc/prosody/certs/wildcard.crt"
|
tls_cert = "/etc/prosody/certs/xp2.example.org.crt"
|
||||||
|
|
||||||
# configure logging, defaults are commented
|
# configure logging, defaults are commented
|
||||||
# can also set env variables XMPP_PROXY_LOG_LEVEL and/or XMPP_PROXY_LOG_STYLE, but values in this file override them
|
# can also set env variables XMPP_PROXY_LOG_LEVEL and/or XMPP_PROXY_LOG_STYLE, but values in this file override them
|
||||||
|
@ -28,8 +28,8 @@ max_stanza_size_bytes = 262_144
|
|||||||
|
|
||||||
# TLS key/certificate valid for all your XMPP domains, PEM format
|
# TLS key/certificate valid for all your XMPP domains, PEM format
|
||||||
# included systemd unit can only read files from /etc/xmpp-proxy/ so put them in there
|
# included systemd unit can only read files from /etc/xmpp-proxy/ so put them in there
|
||||||
tls_key = "/etc/prosody/certs/wildcard.key"
|
tls_key = "/etc/prosody/certs/xp1.example.org.key"
|
||||||
tls_cert = "/etc/prosody/certs/wildcard.crt"
|
tls_cert = "/etc/prosody/certs/xp1.example.org.crt"
|
||||||
|
|
||||||
# configure logging, defaults are commented
|
# configure logging, defaults are commented
|
||||||
# can also set env variables XMPP_PROXY_LOG_LEVEL and/or XMPP_PROXY_LOG_STYLE, but values in this file override them
|
# can also set env variables XMPP_PROXY_LOG_LEVEL and/or XMPP_PROXY_LOG_STYLE, but values in this file override them
|
||||||
|
@ -28,8 +28,8 @@ max_stanza_size_bytes = 262_144
|
|||||||
|
|
||||||
# TLS key/certificate valid for all your XMPP domains, PEM format
|
# TLS key/certificate valid for all your XMPP domains, PEM format
|
||||||
# included systemd unit can only read files from /etc/xmpp-proxy/ so put them in there
|
# included systemd unit can only read files from /etc/xmpp-proxy/ so put them in there
|
||||||
tls_key = "/etc/prosody/certs/wildcard.key"
|
tls_key = "/etc/prosody/certs/xp2.example.org.key"
|
||||||
tls_cert = "/etc/prosody/certs/wildcard.crt"
|
tls_cert = "/etc/prosody/certs/xp2.example.org.crt"
|
||||||
|
|
||||||
# configure logging, defaults are commented
|
# configure logging, defaults are commented
|
||||||
# can also set env variables XMPP_PROXY_LOG_LEVEL and/or XMPP_PROXY_LOG_STYLE, but values in this file override them
|
# can also set env variables XMPP_PROXY_LOG_LEVEL and/or XMPP_PROXY_LOG_STYLE, but values in this file override them
|
||||||
|
Loading…
Reference in New Issue
Block a user