> Anyone have any thoughts on how I could remediate this?
>
> On Sun, Dec 11, 2011 at 3:03 PM, Brandon Perry
> <bperry.volat...@gmail.com> wrote:
> > I should also mention commands that do not return a lot of data work
> > just fine. Authentication, getting just families, getting configs,
> > etc...
> >
> > On Sun, Dec 11, 2011 at 2:50 PM, Brandon Perry
> > <bperry.volat...@gmail.com> wrote:
> >> To expand,
> >>
> >> On a fresh OS/OpenVAS install (following instructions on
> >> www.openvas.org/install-packages.html for ubuntu OBS), I can query
> >> openvas with omp just fine using the admin:password credentials.
> >>
> >> omp -v -h 192.168.1.155 -u admin -w
> >> password -X "<get_nvts details=\"1\" preferences=\"0\"
> >> preference_count=\"0\" timeout=\"0\" family=\"Buffer overflow\" />"
> >> #all good, returns well-formed XML
> >>
> >>
> >> Once I create a second client cert, for a new openvas user that I am
> >> consuming in my client, the XML for the command breaks:
> >>
> >> openvasad -c add_user -n openvas -r Admin
> >>
> >> openvas-mkcert-client -n openvas -i

-i is for installing the single Manager client certificate used for
communication with the Scanner.  Running it for the "openvas" user
overwrites the "om" user certificate.

I guess you have to remove both users and recreate them.  Only the om user
must have the -i.

--
Greenbone Networks GmbH
Neuer Graben 17, 49074 Osnabrueck, Germany | AG Osnabrueck, HR B 202460
Executive Directors: Lukas Grunwald, Dr. Jan-Oliver Wagner
_______________________________________________
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss

Reply via email to