Changeset 2491
- Timestamp:
- 11/06/08 23:37:10 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dev/aus/trunk/src/org/genso/aus/certmanage/CAManager.java
r2487 r2491 100 100 { 101 101 log.info("Can't find default openSSLConfig " + opensslDefaultConfig); 102 throw new GensoCertificationException("Can't find OpenSSL default config at " + open SSLBin);102 throw new GensoCertificationException("Can't find OpenSSL default config at " + opensslDefaultConfig); 103 103 } 104 104 log.debug("Use default openSSLConfig " + opensslC.getAbsolutePath());
