• 0
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      For this page:
      https://confluence.atlassian.com/display/BAMBOOSERVERM/Securing+Bamboo+with+Tomcat+using+SSL

      Update:

      Wrong certificate type

      If the certificate from the CA is in PKSC12 format, add the keystoreType attribute to the SSL Connector in conf/server.xml.

      keystoreFile="/opt/local/wildcard_atlassian_com.p12"
      keystorePass="removed"
      keystoreType="PKCS12"/>
      

      Let's update this:

      If the certificate from the CA is in PKSC12 format, add the keystoreType attribute to the SSL Connector in conf/server.xml.

      We need to add some additional information.

      If the certificate from the CA is in PKSC12 format:

      1. Add the keystoreType attribute to the SSL Connector in conf/server.xml
        keystoreFile="/opt/local/wildcard_atlassian_com.p12"
        keystorePass="removed"
        keystoreType="PKCS12"/>
        
      2. Add the -Djavax.net.ssl.keyStoreType=pkcs12 JVM argument to JVM_SUPPORT_RECOMMENDED_ARGS by configuring your system properties for your installation.

            [BAM-20000] Update for SSL instructions

            Atlassian Update - 7 April 2020

            Hi,

            Thank you for raising this suggestion. We regret to inform you that due to limited demand, we have no plans to implement it in the foreseeable future. In order to set expectations, we're closing this request.

            This is an automated update triggered by low user engagement with this suggestion (number of votes, number of watchers).

            Although we're aware the issue is still important to those of you who were involved in the conversations around it, we want to be clear in managing your expectations. The Bamboo team is focusing on issues that have broad impact and high value, reflected by the number of comments, votes, support cases, and customers interested.

            Atlassian will continue to watch this issue for further updates, so please feel free to share your thoughts in the comments.

             

            Thank you,

            Bamboo Team

            Martyna Wojtas (Inactive) added a comment - Atlassian Update - 7 April 2020 Hi, Thank you for raising this suggestion. We regret to inform you that due to limited demand, we have no plans to implement it in the foreseeable future. In order to set expectations, we're closing this request. This is an automated update triggered by low user engagement with this suggestion (number of votes, number of watchers). Although we're aware the issue is still important to those of you who were involved in the conversations around it, we want to be clear in managing your expectations. The Bamboo team is focusing on issues that have broad impact and high value, reflected by the number of comments, votes, support cases, and customers interested. Atlassian will continue to watch this issue for further updates, so please feel free to share your thoughts in the comments.   Thank you, Bamboo Team

              mmiara Mateusz Miara (Inactive)
              rwatson@atlassian.com Robert W (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: