diff --git a/source/about/guam/configuration.rst b/source/about/guam/configuration.rst --- a/source/about/guam/configuration.rst +++ b/source/about/guam/configuration.rst @@ -81,7 +81,9 @@ }, { tls_config, [ - { certfile, "/etc/pki/tls/private/localhost.pem" } + { certfile, "/etc/pki/tls/private/localhost.pem" }, + { cacertfile, "/etc/pki/tls/private/localhost.ca.pem" }, + { keyfile, "/etc/pki/tls/private/localhost.key" } ] } ] @@ -98,7 +100,9 @@ }, { tls_config, [ - { certfile, "/etc/pki/tls/private/localhost.pem" } + { certfile, "/etc/pki/tls/private/localhost.pem" }, + { cacertfile, "/etc/pki/tls/private/localhost.ca.pem" }, + { keyfile, "/etc/pki/tls/private/localhost.key" } ] } ]