Displaying 4 results from an estimated 4 matches for "incert".
2018 Dec 08
4
certificate pinning
Hello!
Does libvirt uses certificate pinning in tls? I want to setup a transparent
proxy (mitmproxy) and can't do this even after I added mitmproxy ca
certificate to the trusted certificates in ubuntu.
2018 Dec 10
0
Re: certificate pinning
...me.
> What if I want to put a proxy between client and server in libvirt? He has
> his own CA, and this is only one more CA I would like libvirt to trust to.
> Is it somehow achievable? I see that libvirt takes certificates only from
> predefined paths. For me doesn't work if I just incert another CA
> certificate to the cacert.pem file. Do you know any approaches how it can
> be made in another way?
The cacert.pem file can contain multiple certificates, just concatenate
all the CA pem files.
>
> пн, 10 дек. 2018 г. в 12:38, Daniel P. Berrangé <berrange@redhat.com&g...
2018 Dec 10
2
Re: certificate pinning
...o put a proxy between client and server in libvirt? He
> has
> > his own CA, and this is only one more CA I would like libvirt to trust
> to.
> > Is it somehow achievable? I see that libvirt takes certificates only from
> > predefined paths. For me doesn't work if I just incert another CA
> > certificate to the cacert.pem file. Do you know any approaches how it can
> > be made in another way?
>
> The cacert.pem file can contain multiple certificates, just concatenate
> all the CA pem files.
>
> >
> > пн, 10 дек. 2018 г. в 12:38, Daniel...
2003 Nov 14
7
Your thoughts..
I need to get your thoughts on something.. :)
I am trying to create a system to process the CDR call logs for
department accounting..
I think there are two ways of doing it.. Either I can create an AGI that
will run on the "h" extension and will lookup the last entry that
matches the account code of the call that just ended in the MySQL CDR
and calculate the call cost immediately..