Displaying 1 result from an estimated 1 matches for "sunx509".
Did you mean:
sun50i
2007 Mar 21
0
CentOS 5 (beta): tomcat/keystore issue
...ifferent keystores. I'll use the
Tomcat nomenclature to describe the differences. Obviously, I'm
looking for the correct "algorithm" (i.e., certificate signing
algorithm) setting:
Toolset keystoreType algorithm
------- ------------ ---------
Sun JKS SunX509
GNU GKR ???
The Tomcat that ships with CentOS 4.92 defaults to assuming
keystoreType="JKS" and algorithm="SunX509" so that in
/etc/tomcat5/server.xml the Connector tag will assume those values,
e.g.,
<Connector port="8443" maxHttpHeaderSize...