|
From: Stephane B. <ste...@be...> - 2004-07-01 13:52:56
|
Tomas Gustavsson wrote: >> 4) Customize the CA properties if you need to do so. >> (Please guys, review the name of the properties to help me come up >> with something more meaningful) >> > I think 'cacert.password' should be called 'java.trustpassword' to > identify it as a property of the java installation and not really > ejbca related. > The https server parameters could also be collected so we know that > they are all related to the https server: > server.dn->httpsserver.dn > keystore.password ->httpsserver.password > hostname->httpsserver.hostname > > Now we have four three groups of parameters: ca, java, httpsserver and > superadmin. > > How about it? Your suggestions look very good to me. I'm not really used to the security terms and i'm very confused most of the time. I tried to come up with something based on how most variables were called in the code, but that was difficult. Same about the command line stuff i'm doing right now, flags and options are not consistent in the current code and I will need your expertise to come up with somewhat meaningful name rather than ambigious (or totally incorrect) one. |