![Jira 8 Administration Cookbook(Third Edition)](https://wfqqreader-1252317822.image.myqcloud.com/cover/536/36698536/b_36698536.jpg)
上QQ阅读APP看书,第一时间看更新
Getting ready
You need to have the following set up before you can step through this recipe:
- Obtain a valid SSL certificate: You can either use a self-signed certificate or obtain one from a certificate authority (CA) such as Verisign. Using a self-signed certificate will display a warning message when users first visit the site, as shown in the following screenshot:
![](https://epubservercos.yuewen.com/D8A88C/19470378008804906/epubprivate/OEBPS/Images/aabe9ac8-5bab-4a7a-9441-a5b9cf8e6ba6.png?sign=1738841906-oUloy52k2eKlhgwtEq7qLSN2palk108P-0-0a4164bc60c25aea8e0240b6d4069bcb)
- Ensure that the JAVA_HOME environment variable is set properly.
- Make sure you know which JDK/JRE Jira is using. You can find this information from the System Info page in Jira, where you need to look for the java.home property.
- Make sure your JRE/JDK's bin directory is added to your PATH environment variable, and the keytool command will output its usage, as shown in the following screenshot:
![](https://epubservercos.yuewen.com/D8A88C/19470378008804906/epubprivate/OEBPS/Images/f5ccb9bf-75b2-4cc7-8f08-4b0e8353673f.png?sign=1738841906-BPXm9zLAHASFIKN6qqeRhkhKiV0gtuKl-0-d27be0af64e174d76adc899ffe9d8863)
Now let's get started with the steps for this recipe.