Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to change rsync feed #258

Open
stef97 opened this issue Nov 6, 2020 · 3 comments
Open

how to change rsync feed #258

stef97 opened this issue Nov 6, 2020 · 3 comments

Comments

@stef97
Copy link

stef97 commented Nov 6, 2020

RSYNC does not work because it is configured to use this feed feed.openvas.org

It does work though if we are using feed.community.greenbone.net

I tested by changing in the container using sed

Is there a variable similar with PUBLIC_NAME that can be used when building container ?
..or any other smarted way to deal with this ?
Thanks

@drwetter
Copy link

Hmm.. just stumbled over this too. feed.community.greenbone.net does use a CN which is wrong:

 Common Name (CN)             files.greenbone.net 
 subjectAltName (SAN)         files.greenbone.net 

Anybody knows what is going on here?

@drwetter
Copy link

see also #257

@nick-fox
Copy link

nick-fox commented Jan 21, 2021

Add rsync feeds to your env.

COMMUNITY_CERT_RSYNC_FEED="rsync://feed.community.greenbone.net:/cert-data"
COMMUNITY_NVT_RSYNC_FEED="rsync://feed.community.greenbone.net:/nvt-feed"
COMMUNITY_SCAP_RSYNC_FEED="rsync://feed.community.greenbone.net:/scap-data"

I've tested this running the docker image https://hub.docker.com/r/mikesplain/openvas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants