diff --git a/docs/rolereference.rst b/docs/rolereference.rst index 53d12ddbb994223d001732bc766ad424efdd148b..3c2857034d4a6fa239f72bd49ea57d8618ba1281 100644 --- a/docs/rolereference.rst +++ b/docs/rolereference.rst @@ -1569,11 +1569,11 @@ Parameters succession, until the first match, or until it runs out of matches, when a client requests an URI pointing to directory. -**https_tls_certificate** (string, optional, ``{{ lookup('file', tls_certificate_dir + '/' + fqdn + '_https.pem') }}``) +**https_tls_certificate** (string, mandatory) X.509 certificate used for TLS for HTTPS service. The file will be stored in directory ``/etc/ssl/certs/`` under name ``{{ fqdn }}_https.pem``. -**https_tls_key** (string, optional, ``{{ lookup('file', tls_private_key_dir + '/' + fqdn + '_https.key') }}``) +**https_tls_key** (string, optional, mandatory) Private key used for TLS for HTTPS service. The file will be stored in directory ``/etc/ssl/private/`` under name ``{{ fqdn }}_https.key``.