...
Code Block | ||
---|---|---|
| ||
# Generate the CSR (Certificate Service Request)
keytool -certreq -keyalg RSA -alias mywebservices -file mywebservices.csr -keystore mywebservices.bin
# It is important that the cert files be in the webapps directory
mv mywebservices.* /opt/apache/tomcat.0/webapps/ |
Now submit your mywebservices.csr to the CA (Certificate Authority).
...