hi guys at last i manage to see the interface already. i am here to share my installation to all since i have difficult time to install the applciation myself. hope that other newbies can have a reference.
1. download and unzip the openca application 2. ./configure --prefix=/usr/local/ --with-httpd-user=apache --with- httpd-group=apache --with-hierarchy-level=ra --with-htdocs-fs- prefix=/var/www/html/ --with-cgi-fs-prefix=/var/www/cgi-bin/ 3. make 4. make install-online 5. make clean 6. ./configure --prefix=/usr/local/ --with-httpd-user=apache --with- httpd-group=apache --with-hierarchy-level=CA --with-htdocs-fs- prefix=/var/www/html/ --with-cgi-fs-prefix=/var/www/cgi-bin/ 7. make 8. make install-offline 9. cd /usr/local/OpenCA/etc 10. vi config.xml (edit the web server configuration, ldap configuration, absolute path configuration) 11. openca-config config.xml servers/ra.conf.template servers/ra.conf 12. openca-config config.xml servers/ca.conf.template servers/ca.conf 13. openca-config config.xml servers/node.conf.template servers/node.conf 14. openca-config config.xml servers/pub.conf.template servers/pub.conf 15. openca-config config.xml servers/ldap.conf.template servers/ldap.conf 16. openca-config config.xml servers/batch.conf.template servers/batch.conf 17. service httpd start 18. /usr/local/OpenCA/etc/openca_rc start start browser and enter URL the openca server https://openca_server_ip/(ra,ca,batch,ldap,node,pub)/ hope this help to newbies, if i make any mistake please help to correct me too since i am also very new in openca. thank you chris ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users
