Guest User

Untitled

a guest
Sep 27th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <%
  2. String defaultservercode = "010100000015";
  3. String status = "";
  4. String chall;
  5. wClient wc;
  6. if (session.getServletContext().getAttribute("wClient") == null) {
  7. wc = new wClient("127.0.0.1", 8388, Config.getValue("BASEPATH") + "private/localhost.p12", "passphrase!",
  8. Config.getValue("BASEPATH") + "private/CACertStore", "changeit");
Advertisement
Add Comment
Please, Sign In to add comment