Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Adding certificates to keystore during setup(How to conventiently support update sites with self-signed certificates)
Adding certificates to keystore during setup [message #1729386] Wed, 13 April 2016 15:15 Go to next message
Andreas Sewe is currently offline Andreas SeweFriend
Messages: 111
Registered: June 2013
Senior Member
Hi,

I am wondering whether the following use case can currently be supported by Oomph:

I have an update site that is accessible only via HTTPS which uses a self-signed certificate. Can I create an Oomph profile that downloads the self-signed certificate, installs it in the user's keystore and then configures the user's Eclipse to use that keystore (along the lines of this)? Ideally, the remainder of the setup would already be able to install plugins from the "self-signed" update site.

Any hints are greatly appreciated.

Andreas
Re: Adding certificates to keystore during setup [message #1729397 is a reply to message #1729386] Wed, 13 April 2016 18:28 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Am 13.04.2016 um 17:15 schrieb Andreas Sewe:
> Hi,
>
> I am wondering whether the following use case can currently be supported by Oomph:
>
> I have an update site that is accessible only via HTTPS which uses a self-signed certificate. Can I create an Oomph
> profile that downloads the self-signed certificate,
That should be possible with the ResourceCopyTask.

> installs it in the user's keystore
I never had to do that, but I suspect that would require you to provide a custom setup task.

> and then configures the user's Eclipse to use that keystore (along the lines of
> http://eclipsesource.com/blogs/2013/04/19/installing-eclipse-plug-ins-from-an-update-site-with-a-self-signed-certificate/)?

That should be possible with an EclipseIniTask. But I'm not sure that would help because the P2Task performs in the
installer, not the user's Eclipse. Setup tasks can not change the installer itself.

> Ideally, the remainder of the setup would already be able to install plugins from the "self-signed" update site.
>
> Any hints are greatly appreciated.
That's all I can say so far. I'm interested to hear how it goes...

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Previous Topic:How to force "Project Set Import" task to run always at Eclipse startup?
Next Topic:Is it possible to not show the "Projects" and "Variables" page of the installer?
Goto Forum:
  


Current Time: Fri Apr 26 23:18:35 GMT 2024

Powered by FUDForum. Page generated in 0.02925 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top