Example #1
0
 public static void setDefaults() {
   if (new File(getDefaultCA()).exists()) x509ca.setDefaultStr(getDefaultCA());
   if (new File(getDefaultCRL()).exists()) x509crl.setDefaultStr(getDefaultCRL());
 }