![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=1739273479-DXuQJXXDv7nbahP9i6D9XBypRHE3dOyt-0-79af1a2251a1514d615633d690834b7e)
- 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=1739273479-mwaXQ6SxEOnt6v75m8Uox2paLteX2VPj-0-f2f975bbe1f2103526eaeecd081f86a9)
Now let's get started with the steps for this recipe.