public void run() {
try {
if (create) {
Configuration.Interface iface = new Configuration.Interface("*",8080,false);
iface.getHosts().put("*",new Host("*",null));
conf.getInterfaces().add(iface);
conf.setKeyStorePath(keystoreFile);
conf.setKeyStorePassword("atomojo");
conf.setKeyPassword("atomojo");
Writer w = new OutputStreamWriter(new FileOutputStream(confFile),"UTF-8");