docs(rippled-example.cfg): clarify ssl_cert vs ssl_chain (#4667)

Clarify usage of ssl_cert vs ssl_chain
This commit is contained in:
Mark Pevec
2023-09-07 18:19:05 -04:00
committed by GitHub
parent 36cb5f90e2
commit 6f74a745db

View File

@@ -283,12 +283,14 @@
# ssl_cert
#
# 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
#
# If you need a certificate chain, specify the path to the
# certificate chain here. The chain may include the end certificate.
# This must be used if the certificate includes intermediates.
#
# ssl_ciphers = <cipherlist>
#