openvas icon indicating copy to clipboard operation
openvas copied to clipboard

Update single.sh

Open markdesilva opened this issue 11 months ago • 0 comments

Added CERTIFICATE and CERTIFICATE_KEY so users can add location for SSL certs and specified SSL certs on on docker run and

eg:

docker run --detach --restart always --publish 9392:9392 --volume /dockerfiles/sslcerts:/data/sslcerts --env HTTPS="true" --env CERTIFICATE="/data/sslcerts/fullchain.pem" --env CERTIFICATE_KEY="/data/sslcerts/privkey.pem" --name openvas immauss/openvas

This will allow users to specify a location on the docker host for the ssl certs and mount a volume to the container where the certs are located and enable HTTPS when the single.sh starts.

markdesilva avatar May 18 '25 19:05 markdesilva