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?
rj
_______________________________________________
OpenCA-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-devel