Hi, I have installed one RA, PUB and NODE interfaces in one online machine, this is for "Registry Authority X".
Now, i want in the same machine to install a RA2, PUB2 and NODE2 interfaces for "Registry Authority Y". The "Registry Authority X" only see and handle the requests from PUB interface, and "Registry Authority X" only see and handle the requests from PUB2 interface. All the requests are sign by the CA interface that is in a offline machine. It's possible the implementation of this scenario ? And how can i do this ? I try to install a second RA, PUB and NODE interfaces in the same machine, this are the steps that i follow ... ./configure --with-openca-user=openca --with-openca-group=openca --with-web-host=`hostname` --with-httpd-user=apache --with-httpd-group=apache --with-cgi-fs-prefix=/var/www/cgi-bin --with-htdocs-fs-prefix=/var/www/html --with-hierarchy-level=ra make; make install-online; cd /usr/local/OpenCA/etc/configure_etc.sh For the second interface ./configure --with-openca-user=openca --with-openca-group=openca --with-web-host=`hostname` --with-httpd-user=apache --with-httpd-group=apache --with-cgi-fs-prefix=/var/www/cgi-bin --with-htdocs-fs-prefix=/var/www/html --with-hierarchy-level=ra --with-pub-prefix=pub2 --with-ra-prefix=ra2 --with-node-prefix=node2 make; make install-pub; make install-node; make install-ra Then i edit the config.xml and change the pub/node/ra path's and ID's, then edit the configure_etc.sh and change the line for DIRECTORY in /var/www/html/pub2 /var/www/html/node2 /var/www/html/ra2 After that i run the openca_start And nothing work in second interface ... Thank's for some help ND -- Nuno Dias <[EMAIL PROTECTED]> LIP ------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
