thanks. We did it previously differently.
Now on second command I get
: Certificate reply does not contain public key for <tomcat>
I did these steps again-
. Create CSR (Certificate Signing Request)
- Submit this CSR to CA (Certifying Authority) eg. Verisign, Thawte,
GeoTrust etc.
- CA will issue 2 certificates i.e. Server Certificate and Intermediate
Certificate
- Install these certificates on Tomcat
- Modify server.xml
Now on second command I get
: Certificate reply does not contain public key for <tomcat>
keytool -import -alias intermediate1 -keystore tomcat.keystore -trustcacerts -file "C:\AwareIM\JDK\bin\36963ec0e417b03d.crt"
keystore pwd- ...
keytool -import -alias tomcat -keystore tomcat.keystore -trustcacerts -file "C:\AwareIM\JDK\bin\gd_bundle-g2-g1.crt"