diff --git a/docs/rolereference.rst b/docs/rolereference.rst index 3c2857034d4a6fa239f72bd49ea57d8618ba1281..04e053e326577c50fac9e2b748567ff7d1e611e4 100644 --- a/docs/rolereference.rst +++ b/docs/rolereference.rst @@ -1814,11 +1814,11 @@ Parameters Version of Gunicorn to deploy in virtual environment for running the WSGI application. Default version is tested with the test site. -**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, mandatory) Private key used for TLS for HTTPS service. The file will be stored in directory ``/etc/ssl/private/`` under name ``{{ fqdn }}_https.key``.