diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-09 08:10:25 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-09 08:10:35 +0000 |
commit | a755f3a0396871ad5fe7994b050e7cac60f2f1fd (patch) | |
tree | fba1b1e048231e7b2c5920abeb451b860f5379e1 /community/openvas-scanner | |
parent | 65c2c2ffbfdbb3663a6e9ec476183a5c90467c62 (diff) | |
download | aports-a755f3a0396871ad5fe7994b050e7cac60f2f1fd.tar.bz2 aports-a755f3a0396871ad5fe7994b050e7cac60f2f1fd.tar.xz |
community/openvas-scanner: updated openvassd.conf with redis entry
Diffstat (limited to 'community/openvas-scanner')
-rw-r--r-- | community/openvas-scanner/openvassd.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/openvas-scanner/openvassd.conf b/community/openvas-scanner/openvassd.conf index 88f83f4bed..89a9386dec 100644 --- a/community/openvas-scanner/openvassd.conf +++ b/community/openvas-scanner/openvassd.conf @@ -94,6 +94,8 @@ kb_dont_replay_denials = no kb_max_age = 864000 #--- end of the KB section +# Redis socket default setting +# db_address = /tmp/redis.sock # If this option is set, OpenVAS will not scan a network incrementally # (10.0.0.1, then 10.0.0.2, 10.0.0.3 and so on..) but will attempt to @@ -105,9 +107,9 @@ slice_network_addresses = no nasl_no_signature_check = yes #Certificates -cert_file=/var/lib/openvas/CA/servercert.pem -key_file=/var/lib/openvas/private/CA/serverkey.pem -ca_file=/var/lib/openvas/CA/cacert.pem +cert_file=/var/lib/gvm/CA/servercert.pem +key_file=/var/lib/gvm/private/CA/serverkey.pem +ca_file=/var/lib/gvm/CA/cacert.pem # If you decide to protect your private key with a password, # uncomment and change next line |