Am 07.07.2018 um 19:39 schrieb Robert Fitzpatrick:
> Reindl Harald wrote:
>> openvassd.conf *is not* the admin GUI - it's that easy
>> it's the scanner-daemon, the webui is gsad
>>
> 
> I wondered as I did think that was related to scanner, but it was the
> only place found with search for certs. I only find gsad_log.conf in
> same directory, how can one update the certs for the admin GUI?

gsad --help
man systemd

--ssl-private-key=<file> Use <file> as the private key for HTTPS
--ssl-certificate=<file> Use <file> as the certificate for HTTPS

[root@openvas:~]$ cat /etc/systemd/system/openvas-gsa.service
[Unit]
Description=OpenVAS Greenbone Security Assistant
After=network.service openvas-scanner.service openvas-manager.service

[Service]
Type=forking
ExecStart=/usr/sbin/gsad --port=443 --gnutls-priorities=SECURE128

Environment="LANG=en_GB.UTF-8"
Restart=always
RestartSec=1
TimeoutSec=1200

[Install]
WantedBy=multi-user.target
_______________________________________________
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to