The keystore path in the server.xml specific to Zen installations was
wrong.
This commit is contained in:
parent
4c710b0f57
commit
1adf80b8ae
@ -89,7 +89,7 @@
|
|||||||
enableLookups="false" disableUploadTimeout="true"
|
enableLookups="false" disableUploadTimeout="true"
|
||||||
acceptCount="100" debug="0" scheme="https" secure="true"
|
acceptCount="100" debug="0" scheme="https" secure="true"
|
||||||
clientAuth="false" sslProtocol="TLS"
|
clientAuth="false" sslProtocol="TLS"
|
||||||
keystoreFile="/opt/novell/zenworks/share/dm-certs"
|
keystoreFile="/etc/CASA/authtoken/keys/server/jks-store"
|
||||||
keystorePass="secret" algorithm="SunX509" />
|
keystorePass="secret" algorithm="SunX509" />
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 25 15:18:38 MST 2007 - jluciani@novell.com
|
||||||
|
|
||||||
|
- The keystore path in the server.xml specific to Zen
|
||||||
|
installations was wrong.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 24 10:55:40 MST 2007 - jluciani@novell.com
|
Wed Jan 24 10:55:40 MST 2007 - jluciani@novell.com
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user