Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: AW: [geclipse-dev] CA certificates download

> There is in principle an even easier way but this is still experimental:
>
> URI uri = new URI(
> "http://dist.eugridpma.info/distribution/igtf/current/accredited/tgz/"; );
> Configurator configurator = new Configurator();
> configurator.addCertificateLoader(
>   new GridPMACertificateLoader(),
>   new URI[] { uri }
> );
> configurator.configure( null );

we should make Configurator public i guess ;-)

Ariel


Back to the top