String cert = server.props.getProperty(prefix + "cert");
// Temporarily start at seconds since 1/1/99
serialNo = System.currentTimeMillis()/1000 - 915177600;
System.out.println("Starting serialno: " + serialNo);
needID = (server.props.getProperty(prefix + "id") != null);
Security.addProvider(new IAIK());
KeyAndCertificate kac;
/*
* read the certificate from a file
*/