From 6f74a745dbd22369f6e4e76a524a3157faca2066 Mon Sep 17 00:00:00 2001
From: Mark Pevec <mark.pevec@gmail.com>
Date: Thu, 7 Sep 2023 18:19:05 -0400
Subject: [PATCH] docs(rippled-example.cfg): clarify ssl_cert vs ssl_chain
 (#4667)

Clarify usage of ssl_cert vs ssl_chain
---
 cfg/rippled-example.cfg | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/cfg/rippled-example.cfg b/cfg/rippled-example.cfg
index 0a669313066..9891e44c885 100644
--- a/cfg/rippled-example.cfg
+++ b/cfg/rippled-example.cfg
@@ -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>
 #