Installing a signed (commercial) or self-signed SSL certificate in OpenVAS
Log in as root and create a directory named /etc/openvas/ssl If you are doing a self signed certificate cd /etc/openvas/ssl openssl req -x509 -newkey rsa:2048 -nodes -days 3640 -keyout pentest.key -out pentest.pem (answer the prompts) If you are using a … Continue reading →