how to add our own update site url to the P2 Install/Update-> Trust -> Authorities? #302
jcompagner
started this conversation in
General
Replies: 1 comment 9 replies
-
Yes, it's effectively just an environment variable fetched in a proper OSGi way. So in your *.product file you can specify the system property with a comma (or space) separated list of authorities like this
This only affects the prompting of authorities, i.e., the source of content: https://eclipse.dev/eclipse/news/4.28/platform.php#Security This is entirely orthogonal to prompting about signed content. You should sign your content. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to find out how i can add our own url there when people install our product and then want to update our product from that url
our product does see the defaults now:
AuthorityChecker:
but i am wondering what i need to configure somewhere to also add our update site url
Because i guess, after that i guess unsigned jars are not reported like that? because the https url with a valid certificate will be seen as trusted (everything that is downloaded from it?)
it seems there is a "p2.trustedAuthorities" property but that is just an environment variable or something?
Beta Was this translation helpful? Give feedback.
All reactions