You are not logged in.
How do I configure GLPI with SSL Certiticate? Distro is Ubuntu linux.
Offline
in short:
create a request:
openssl req -new -newkey rsa:2048 -nodes -keyout apache-selfsigned.key -out yourdomain.req
you sign a certificate, put it on the server, reconfigure the WEB server to listen on port 443
here is a more detailed guide
https: //www.digicert.com/kb/csr-ssl-installation/apache-openssl.htm
Last edited by sIBajHYG (2023-08-22 21:45:31)
Linux ubuntu-22.04.2-live-server-amd64, PHP 8.1.2, Apache 2.4.52, MariaDB 10.6.12, GLPI 10.0.15.
GLPI Inventory 1.3.5, PHP SAML 1.3.0, Oauth IMAP 1.4.3, Additional Fields, 1.21.8,Ticket Cleaner.
Offline