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 Mathias

Perfekt - now I got it - u gave me the right hints.

thx pod


-------- Original-Nachricht --------
> Datum: Thu, 29 May 2008 10:42:31 +0200
> Von: "Stuempert, Mathias IWR" <mathias.stuempert@xxxxxxxxxx>
> An: "Developer mailing list" <geclipse-dev@xxxxxxxxxxx>
> Betreff: 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
> _______________________________________________
> geclipse-dev mailing list
> geclipse-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/geclipse-dev

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer


Back to the top