mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
docs(rippled-example.cfg): clarify ssl_cert vs ssl_chain (#4667)
Clarify usage of ssl_cert vs ssl_chain
This commit is contained in:
@@ -283,12 +283,14 @@
|
|||||||
# ssl_cert
|
# ssl_cert
|
||||||
#
|
#
|
||||||
# Specifies the path to the SSL certificate file in PEM format.
|
# Specifies the path to the SSL certificate file in PEM format.
|
||||||
# This is not needed if the chain includes it.
|
# This is not needed if the chain includes it. Use ssl_chain if
|
||||||
|
# your certificate includes one or more intermediates.
|
||||||
#
|
#
|
||||||
# ssl_chain
|
# ssl_chain
|
||||||
#
|
#
|
||||||
# If you need a certificate chain, specify the path to the
|
# If you need a certificate chain, specify the path to the
|
||||||
# certificate chain here. The chain may include the end certificate.
|
# certificate chain here. The chain may include the end certificate.
|
||||||
|
# This must be used if the certificate includes intermediates.
|
||||||
#
|
#
|
||||||
# ssl_ciphers = <cipherlist>
|
# ssl_ciphers = <cipherlist>
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user