Deployment and Installation Center
Websense TRITON Enterprise v7.6.x

Go to the table of contents Go to the previous page Go to the next page Go to the index
Creating Apache SSL Certificates

Note 
These are basic instructions for creating certificates. Changing the password on certificates is not included in these steps. Avoid changing passwords if possible.
1.
Using the Windows Services console (Start > Control Panel > Administrative Tools > Services), stop the following services:
2.
Edit <Installation folder>\Web Security\apache\conf\ssl\openssl.txt if necessary.
Note 
3.
In <Installation folder>\Web Security\apache\conf\ssl\automation\ run the following scripts in the following order:
4.
Copy:
<Installation folder>\Web Security\apache\conf\ssl\output\server.key to
<Installation folder>\Web Security\apache\conf\ssl\ssl.key\server.key
5.
Copy:
<Installation folder>\Web Security\apache\conf\ssl\output\server.crt to <Installation folder>\Web Security\apache\conf\ssl\ssl.crt\server.crt
6.
Copy:
<Installation folder>\Web Security\apache\conf\ssl\output\cakey.pem to <Installation folderr>\Web Security\apache\conf\ssl\private\cakey.pem
7.
Copy:
<Installation folder>\Web Security\apache\conf\ssl\output\manager.p12 to <Installation folder>\Web Security\tomcat\conf\keystore\tomcat
\manager.p12
Note 
When creating Apache SSL certificates, there are several batch files to execute and files to copy. You can automate the process by creating and running a batch file.
copy "%HOME%\apache\conf\ssl\output\server.key" "%HOME%\apache\conf\ssl\ssl.key\server.key"
copy "%HOME%\apache\conf\ssl\output\server.crt" "%HOME%\apache\conf\ssl\ssl.crt\server.cr"
copy "%HOME%\apache\conf\ssl\output\cakey.pem" "%HOME%\apache\conf\ssl\private\cakey.pem"
copy "%HOME%\apache\conf\ssl\output\manager.p12" "%HOME%\tomcat\conf\keystore\tomcat\manager.p12"


Go to the table of contents Go to the previous page Go to the next page Go to the index
Creating Apache SSL Certificates