How can I use node interface to connect two or more RA servers to a higher level RA server. It´s posible to export the configuration and databases of an RA to a higher level RA? and how I do this correctly.
for example, particularly, this is the node.conf configuration for online CA or RA EXPORT_IMPORT_DOWN_DEVICE "openca.tar" EXPORT_IMPORT_DOWN_START "/sbin/ifconfig eth0 up" EXPORT_IMPORT_DOWN_STOP "/sbin/ifconfig eth0 down" EXPORT_IMPORT_DOWN_EXPORT "/bin/tar -cvfp /usr/local/openca/var/tmp/@__DEVICE__@ -C @__SRC__@" "/usr/bin/scp /usr/local/openca/var/tmp/@__DEVICE__@ ope...@ra.openca.org:/usr/local/OpenCA/var/tmp/" "rm /usr/local/openca/var/tmp/@__DEVICE__@" EXPORT_IMPORT_DOWN_IMPORT "/usr/bin/scp ope...@ra.openca.org:/usr/local/OpenCA/var/tmp/@__DEVICE__@ /usr/local/openca/var/tmp/@__DEVICE__@" "/bin/tar -xvf /usr/local/openca/var/tmp/@__DEVICE__@ -C @__DEST__@" "rm /usr/local/openca/var/tmp/@__DEVICE__@" EXPORT_IMPORT_DOWN_TEST "" - the scp command seems to be wrong cause indicates a mail direction instead of an IP - if I uncomment the online CA config I should erase offline configuration (devices) - what is @__DEST__@ and where I find it´s value - the same for @__SRC__@ - where I put the IP address of the CA or RA host
------------------------------------------------------------------------------
_______________________________________________ Openca-Users mailing list Openca-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openca-users