Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,560,554
Community Members
 
Community Events
185
Community Groups

How to replace SSL certificate on Bamboo ?

The certificate is about to expire, I've got the .pfx file with the password. The CSR and certificate completion steps are done from IIS on a different windows machine. Now to update the SSL cert I edited the server.conf file located at C:\Program Files\Bamboo\conf with reference to the new .pfx file. Below is the file.

<Connector
port="443"
protocol="org.apache.coyote.http11.Http11Protocol"
keystoreFile="C:/cert/cert.pfx"
keystorePass="certPassword"
keystoreType="PKCS12"
maxThreads="150"
minSpareThreads="25"
connectionTimeout="20000"
disableUploadTimeout="true"
acceptCount="100"
enableLookups="false"
maxHttpHeaderSize="8192"
useBodyEncodingForURI="true"
URIEncoding="UTF-8"
scheme="https"
secure="true"
SSLEnabled="true"
sslProtocol="TLS"
clientAuth="false"
/>

 However when I try to start the bamboo service, it gives error as windows could not start the atlassian bamboo service on local computer terminated unexpectedly.

Am I missing any steps ?

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events