Robert Joop wrote:
> 
> i just stumbled across this in openca-0.9/src/conf/misc/Makefile.in:
> 
> RA_DIR=${ra_prefix}/conf/misc
> CA_DIR=${ca_prefix}/conf/misc
> 
> ca-conf:
>         @$(INSTALL) -d -o ${user} -g ${group} -m 755 $(CA_DIR)
>         @$(INSTALL) $(INSTALL_OPT) Makefile.crt ${ca_prefix}/chain/Makefile
> 
> raserver-conf:
>         @$(INSTALL) -d -o ${user} -g ${group} -m 755 $(RA_DIR)
>         @$(INSTALL) $(INSTALL_OPT) Makefile.crt ${ra_prefix}/chain/Makefile
> 
> now what?
> create .../conf/misc/ and then install into .../chain/ directory?
> 
> which is wrong?

The Makefile.crt must be installed into the ${dir}/chain dir as Makefile and
the ${dir}/conf/misc directory have to be created as well but them should have
been created from the ../Makefile, so I think it is an error, just set the
dir creation to:

        @$(INSTALL) -d -o ${user} -g ${group} -m 755 ${ca_prefix}/Makefile

and

        @$(INSTALL) -d -o ${user} -g ${group} -m 755 ${ra_prefix}/chain/Makefile


-- 

C'you,

        Massimiliano Pala

--o-------------------------------------------------------------------------
Massimiliano Pala [OpenCA Project Manager]                  [EMAIL PROTECTED]
                                                          [EMAIL PROTECTED]
                                                     [EMAIL PROTECTED]
http://www.openca.org                            Tel.:   +39 (0)59  270  094
http://openca.sourceforge.net                    Mobile: +39 (0)347 7222 365

S/MIME Cryptographic Signature

Reply via email to