You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: languages/en/installation-guide/step-by-step/tls-configuration.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Tuleap expects all connections to the web interface to be done over HTTPS. By de
5
5
Using a self-signed certificate is not suitable for production environment, you will want to get a certificate recognized
6
6
by a known certificate authority (CA).
7
7
8
-
We recommend using an `ACME <https://www.rfc-editor.org/rfc/rfc8555.html>`_ client such as `Certbot<https://certbot.eff.org/instructions?ws=nginx&os=centosrhel7>`_
8
+
We recommend using an `ACME <https://www.rfc-editor.org/rfc/rfc8555.html>`_ client such as `certbot<https://docs.rockylinux.org/10/guides/security/generating_ssl_keys_lets_encrypt/#using-certbot-with-nginx>`_
9
9
to get a certificate signed from a certificate authority like `Let's Encrypt <https://letsencrypt.org/>`_ and to manage the deployment and renewal of the certificate.
10
10
11
11
If you have custom needs, you should edit the nginx configuration file ``/etc/nginx/conf.d/tuleap.conf`` to
0 commit comments