Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/openvas/files: README.gentoo
Date: Wed, 01 Oct 2014 15:27:59
Message-Id: 20141001152755.468D56AE3@oystercatcher.gentoo.org
1 jlec 14/10/01 15:27:55
2
3 Added: README.gentoo
4 Log:
5 net-analyzer/openvas: Add README for Gentoo
6
7 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.1 net-analyzer/openvas/files/README.gentoo
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas/files/README.gentoo?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas/files/README.gentoo?rev=1.1&content-type=text/plain
14
15 Index: README.gentoo
16 ===================================================================
17 To allow openvasmd to work, you need to do the following
18
19 # Generate a Server Certificate
20 openvas-mkcert
21
22 # Generate a Client Certificate
23 openvas-mkcert-client -n -i
24
25 # get nvt feed
26 openvas-nvt-sync (free) or greenbone-nvt-sync (commercial)
27
28 # get scap feed
29 openvas-scapdata-sync (free) or greenbone-scapdata-sync (commercial)
30
31 # get cert feed
32 openvas-certdata-sync (free) or greenbone-certdata-sync (commercial
33
34 # Generate initial NVT cache (takes some minutes)
35 rc-service openvassd create_cache
36
37 # Start the OpenVAS Scanner
38 rc-service openvassd start or systemctl start openvassd.service
39
40 # Initialize the Database (This is going to take some time, pehaps time to get coffee?)
41 openvasmd --rebuild --progress -v
42
43 # Create an admin user and note down the initial password
44 openvasmd --create-user=admin --role=Admin
45
46 # Start the OpenVAS Manager
47 rc-service openvasmd start or systemctl start openvasmd
48
49 # Start the Greenbone Security Assistant
50 rc-service gsad start or systemctl start gsad