EMILIO LUQUE LINARES schrieb: > > Hi all. > > The directory called htdocs/ca contains some archives. Here can be > found one which name is "pwd.html". I think the problem is that it can't > be accesed. I tryed to fix this by changing > /lib/servers/ca/sheets/ca_view_csr.html at line 17. I changed > "/ca/pwd.html" to "/pwd.html" and the error disappeared. I can input the > CA Secret Key Password, but there is another error. It says: > > Error 690. Configuration error. Error while issuing Certificate to > Alex (file name: /usr/local/OpenCA-0.9.0/var/tmp/04.req) > > I think that I could probably be wrong. > > Another thing. I didn't found an errormessage during configure, > make or make install.
You are using some wrong parameters during configure. 1. Solution ----------- The htdocs-directory of your apache must be htdocs and NOT htdocs/ca 2. Solution ------------ If you want to use a htdocs-directory htdocs/ca then you must use the option --with-ca-htdocs-url-prefix=/ during configure to avoid the default-prefix /ca . Cheers Michael -- ------------------------------------------------------------------- Michael Bell Email (private): [EMAIL PROTECTED] Rechenzentrum - Datacenter Email: [EMAIL PROTECTED] Humboldt-University of Berlin Tel.: +49 (0)30-2093 2482 Unter den Linden 6 Fax: +49 (0)30-2093 2959 10099 Berlin Germany [OpenCA Core Developer] http://www.openca.org _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
