Added workaround to import eDirs Root CA Cert into Java's keystore

until OES is updated to do the same for Java 1.5.
This commit is contained in:
Juan Carlos Luciani
2006-12-04 12:30:01 +00:00
parent b0fad0f85f
commit 974f4829b3
2 changed files with 51 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Dec 4 17:21:00 MST 2006 - jluciani@novell.com
- Added a workaround to the CasaBasicATSSetup script to import
eDirs CA Cert into the Java keystore if it is present. This
workaround will be removed once OES starts performing it.
This addresses BUG225428.
-------------------------------------------------------------------
Mon Dec 4 15:14:12 MST 2006 - jluciani@novell.com