jlec        14/10/01 15:27:55

  Added:                README.gentoo
  Log:
  net-analyzer/openvas: Add README for Gentoo
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key B9D4F231BD1558AB!)

Revision  Changes    Path
1.1                  net-analyzer/openvas/files/README.gentoo

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas/files/README.gentoo?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas/files/README.gentoo?rev=1.1&content-type=text/plain

Index: README.gentoo
===================================================================
To allow openvasmd to work, you need to do the following

# Generate a Server Certificate
openvas-mkcert

# Generate a Client Certificate
openvas-mkcert-client -n -i

# get nvt feed
openvas-nvt-sync (free) or greenbone-nvt-sync (commercial)

# get scap feed
openvas-scapdata-sync (free) or greenbone-scapdata-sync (commercial)

# get cert feed
openvas-certdata-sync (free) or greenbone-certdata-sync (commercial

# Generate initial NVT cache (takes some minutes)
rc-service openvassd create_cache

# Start the OpenVAS Scanner
rc-service openvassd start or systemctl start openvassd.service

# Initialize the Database (This is going to take some time, pehaps time to get 
coffee?)
openvasmd --rebuild --progress -v

# Create an admin user and note down the initial password
openvasmd --create-user=admin --role=Admin

# Start the OpenVAS Manager
rc-service openvasmd start or systemctl start openvasmd

# Start the Greenbone Security Assistant
rc-service gsad start or systemctl start gsad




Reply via email to