Changeset 3c7910e
- Timestamp:
- Apr 1, 2011 11:46:21 AM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master
- Children:
- 2b6e66e7
- Parents:
- 2ef3584
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
axis/Create.java
r2ef3584 r3c7910e 91 91 catch (GeneralSecurityException e) { 92 92 System.err.println("Error reading ABAC identity " + e); 93 System.err.println("Make sure your certificate (in "+ certFile 94 + ") is self-signed"); 93 95 System.exit(20); 94 96 } … … 144 146 ca[1] = c.cert().getEncoded(); // Credential 145 147 createReq.setCredential(ca); 146 System.err.println(c);147 148 } 148 149 catch (GeneralSecurityException e) {
Note: See TracChangeset
for help on using the changeset viewer.