pierre lhostis wrote: > Thanks Oliver, > Ok, I was a bit optimistic! > I felt reluctant about installing independent-severalMBs-CAs X times but > it is the only solution. I do not see clearly how to update/maintain > reliably such a configuration though. The good thing is that you end up > with a good partitioning for each sub-CA. > I think it may be possible to share some bits like the modules folder. > What do you reckon? > one thing you can do - is to share the code-base, this usaly dosn't couse any troubles - like the perl-modules - so in the configure command use the same dir for the modules to install, so all 'instances' may use the same modules and code - so if you 'update' there anything or apply custom changes it is available for all
so the configure switch would be: --with-module-prefix= you put there for alle the same value together with the separate install directories: --prefix /usr/local/caXX this may 'generate' a single code base but separated installations for all the different cas and interfaces this usaly works quite well ;) and you don't install modules and stuff 'a thousend' times on the system, over and over greetings dalini ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users
