1617181920212223242526
} SOTProxyKeeperClient pkc = new SOTProxyKeeperClient(); String dn = args[0]; System.out.println(pkc.destroy(dn)); } catch (Exception e) { e.printStackTrace(); } } }