-
Notifications
You must be signed in to change notification settings - Fork 670
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
using own crt for ssl #394
Comments
Reported by |
Reported by |
Reported by |
Reported by |
Reported by |
Reported by
|
Reported by |
Reported by
|
Reported by |
Reported by |
Reported by |
Reported by |
Reported by |
Reported by |
Reported by |
Reported by
|
Reported by
|
Reported by
|
Just wanted to leave a comment here since I was facing similar issues using a legitimate wildcard certificate to secure my GitBlit installation (1.8.0) with https. I think the biggest hurdles were generating the jks certificate file from the pfx file, ensuring the store password was the same and set in all the places (like the installservice.cmd file), and that the |
Additional info, as I had to update certs when they expired and have some additional observations to share. When you install the PFX in the Windows cert manager and allow for export of the private key, you have the option to re-export it later and "Include all certificates in the certification path if possible". Make sure you do this. I used Portecle to create the new JKS file and imported my newly exported PFX which included the whole cert chain. Portecle can show you the certs embedded in the file and if you only have the one, then its no good. In my case, I had 3 certs. This was my flux certpacitor. I found I really didn't need to do anything with the serverTrustStore.jks file. |
Originally reported on Google Code with ID 98
Reported by
kelly.elton@skylabsonline.com
on 2012-05-17 19:06:56The text was updated successfully, but these errors were encountered: