Skip to content

Commit

Permalink
docs(rippled-example.cfg): clarify ssl_cert vs ssl_chain (XRPLF#4667)
Browse files Browse the repository at this point in the history
Clarify usage of ssl_cert vs ssl_chain
  • Loading branch information
ggprod authored and ckeshava committed Sep 25, 2023
1 parent 6bc7962 commit 93883c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cfg/rippled-example.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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>
#
Expand Down

0 comments on commit 93883c7

Please sign in to comment.