Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add functions to generate update center certificates #23

Open
oleg-nenashev opened this issue May 15, 2016 · 3 comments
Open

Add functions to generate update center certificates #23

oleg-nenashev opened this issue May 15, 2016 · 3 comments

Comments

@oleg-nenashev
Copy link
Member

In order to operate correctly, Jenkins update sites need to specify private/public keys and X509 certificates. These certificates should be placed into the root of Update site.

It would be great if Juseppe could generate at least self-signed certificates for such purpose.

@lanwen
Copy link
Member

lanwen commented May 15, 2016

Think openssl shell command is enough, isn't it?
Or u can simply disable sign check for bundled update site. What for it needed in this case?

@oleg-nenashev
Copy link
Member Author

  1. Signature checks cannot be easily disabled in the current core version
  2. But it's quire easy to programmatically add a TrustAnchor
  3. A valid certificate + TrustAnchor based on the filepath make the update site to work transparently

So I think it may be a useful addition to the library. Generation of these files by default - TBD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants