How to replace SSL certificate on Bamboo ?

pawanadubey August 28, 2020

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