Changeset 3c7910e for axis/Create.java


Ignore:
Timestamp:
Apr 1, 2011 11:46:21 AM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
2b6e66e7
Parents:
2ef3584
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • axis/Create.java

    r2ef3584 r3c7910e  
    9191        catch (GeneralSecurityException e) {
    9292            System.err.println("Error reading ABAC identity " + e);
     93            System.err.println("Make sure your certificate (in "+ certFile
     94                    + ") is self-signed");
    9395            System.exit(20);
    9496        }
     
    144146            ca[1] = c.cert().getEncoded(); // Credential
    145147            createReq.setCredential(ca);
    146             System.err.println(c);
    147148        }
    148149        catch (GeneralSecurityException e) {
Note: See TracChangeset for help on using the changeset viewer.