Seite 1 von 1

Opsi on local network with docker

Verfasst: 26 Jun 2024, 14:32
von diegogyn
Hello everyone, I'm new to the world of OPSI and I would like to ask a question.

I installed OPSI with docker on a server on my local network. However, when trying to connect to my server (ip 192.168.0.11) I receive the following message:

Bild

How can I make the certificate accept the IP of my local network server in Docker?

Re: Opsi on local network with docker

Verfasst: 27 Jun 2024, 06:45
von j.schneider
Hello,

you can add the IP-Address to the list of Subject Alternative Names.

Code: Alles auswählen

OPSICONFD_SSL_SERVER_CERT_SANS: "[192.168.0.11]"
See https://docs.opsi.org/opsi-docs-en/4.3/ ... nfd-config for details about opsiconfd configuration.