How to install a new SSL certificate on Traditional Platforms? Yoann Dubreuil July 13, 2022 11:35 Updated The content of this article has moved to the new documentation site. Related articles PKIX path building failed error message How to add Java arguments to Jenkins? Deploy Self Signed Certificates in controllers and Agents (Custom Location) Jenkins LDAP Configuration Troubleshooting How to Start, Stop or Restart your Instance? Comments 5 comments Sort by Date Votes Matthew Magee April 08, 2016 12:23 I'm not following these instructions; I'm also very new to CloudBees/Jenkins. We need to enable SSL between the load balancer and the application. I've got a .cert, .chain, and a .key file given to me that was created by our centrify server. Can a working example be given on how to make this work? 0 Michael Ray April 18, 2016 16:51 "The correct place for these on debian is in /etc/defaults/jenkins for a Master and /etc/defaults/jenkins-oc for an Operations Center." - James Brown 1 Thomas Hofmann May 15, 2018 09:00 Hello everybody, Sorry for the question, but which Password is required?(2. Import your certificate) Thanks in advance 0 Denys Digtiar May 23, 2018 06:08 Hi Thomas, Default keystore password as mentioned in the notes in section B. It is most likely: changeit 0 Kamil Mackow October 14, 2019 18:21 Windows OSS Jenkins Install Details cacerts bundle location: "C:\Program Files (x86)\Jenkins\jre\lib\security\cacerts" keytool.exe location: "C:\Program Files (x86)\Jenkins\jre\bin\keytool.exe" keystore password: changeit Make sure to restart jenkins service after adding certificates: net stop jenkins; net start jenkins 0 Please sign in to leave a comment.
Comments
5 comments
I'm not following these instructions; I'm also very new to CloudBees/Jenkins.
We need to enable SSL between the load balancer and the application.
I've got a .cert, .chain, and a .key file given to me that was created by our centrify server.
Can a working example be given on how to make this work?
"The correct place for these on debian is in /etc/defaults/jenkins for a Master and /etc/defaults/jenkins-oc for an Operations Center." - James Brown
Hello everybody,
Sorry for the question, but which Password is required?
(2. Import your certificate)
Thanks in advance
Hi Thomas,
Default keystore password as mentioned in the notes in section B. It is most likely: changeit
Windows OSS Jenkins Install Details
cacerts bundle location: "C:\Program Files (x86)\Jenkins\jre\lib\security\cacerts"
keytool.exe location: "C:\Program Files (x86)\Jenkins\jre\bin\keytool.exe"
keystore password: changeit
Make sure to restart jenkins service after adding certificates: net stop jenkins; net start jenkins
Please sign in to leave a comment.