Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: AW: AW: AW: [geclipse-dev] File Transfer

Hi Pod,

> The problem is that i need the GILDA Certificate and thats not (yet??)
in > the repository so I have to load it 
> locally.
> 
> I just tried this
> 	        CaCertManager.getManager().addCertificates(certs);

> 	        IPath path = new Path("/home/pod/.globus/gilda-vo.pem");
> 	        ICaCertificate cert = loader.getCertificate(path);	
> 	        CaCertManager.getManager().addCertificate(cert);
> 
> but that seems not to work ?
> So how do I load a certificate from a local file?

The question is which certificate loader you are using. How do you get
this loader? I assume your gilda cert is a pem, right? In that case it
can not be loaded with the EUGridPMACertificateLoader but rather with
the PEMCertificateLoader. Both were internal up to now. But as it seems
to be a good idea to open them to the community and there is no reason
anymore to keep them internal I just moved them to a public package so
you are now able to access both directly (with the repository code or
tomorrow's nightly build of course). 

Good luck,

Mathias


Back to the top