Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Ezstream
Commits
d4f488a8
Commit
d4f488a8
authored
Feb 11, 2020
by
Moritz Grimm
Browse files
Do not reference potentially non-existent dirs/files
parent
b8658522
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/ezstream-full.xml
View file @
d4f488a8
...
...
@@ -45,7 +45,8 @@
<tls>
May
</tls>
<!--
Configure allowed cipher suites for TLS other than the libshout default.
Configure allowed cipher suites for TLS other than the libshout
default.
See openssl(1)/ciphers(1) for details.
-->
<tls_cipher_suite>
HIGH:!RSA:!SHA:!DH:!aNULL:!eNULL:!TLSv1
</tls_cipher_suite>
...
...
@@ -53,18 +54,25 @@
<!--
Directory to use for server certificate verification in "hash format".
See openssl(1)/verify(1) for details.
One of the <ca_dir /> or <ca_file /> settings must be enabled for
certificate verification to succeed.
-->
<ca_dir>
/etc/ssl/certs
</ca_dir>
<!--
<ca_dir>/etc/ssl/certs</ca_dir>
-->
<!--
CA bundle for both server certificate verification and building the
client certificate chain.
One of the <ca_dir /> or <ca_file /> settings must be enabled for
certificate verification to succeed.
-->
<ca_file>
/etc/ssl/certs/ca-certificates.crt
</ca_file>
<!--
<ca_file>/etc/ssl/certs/ca-certificates.crt</ca_file>
-->
<!--
X.503 client certificate, in PEM format, containing both certificate
(with public key) and private key in the same file, for authentication.
(with public key) and private key in the same file, for
authentication.
-->
<!-- <client_cert>/etc/ssl/private/ezstream.crt</client_cert> -->
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment