Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing a SSL Certificate for Web UI #90

Open
QuaiGoner opened this issue Sep 1, 2022 · 2 comments
Open

Changing a SSL Certificate for Web UI #90

QuaiGoner opened this issue Sep 1, 2022 · 2 comments

Comments

@QuaiGoner
Copy link

Hello, i am trying to find a way to put my SSL cert on web UI, but GSAD service is dead and WEb UI is working
image
But netstat tells me that GSAD is listening on 443
image
Where can i point WEB ui to a new certificate?

@yu210148
Copy link
Owner

yu210148 commented Sep 1, 2022 via email

@ankush-grover-3pg
Copy link

On Ubuntu 20.04 edit /etc/systemd/system/gsa.service and update the ExecStart line with the path to the certificate and private key. All the SSL certificates should be under 1 file like it is normally done for Nginx. Restart the gsa service and custom SSL certificate should work.

ExecStart=/usr/bin/sudo /opt/gvm/sbin/gsad --gnutls-priorities=SECURE128:-AES-128-CBC:-CAMELLIA-128-CBC:-VERS-SSL3.0:-VERS-TLS1.0:-VERS-TLS1.1 -c /etc/ssl/nginx_bundle-ca -k /etc/ssl/private.key

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants