KingdomCome Posted March 27, 2006 Posted March 27, 2006 Does anybody have any experience with OpenSSL? It sounds intruiging... :-"
custodian Posted March 27, 2006 Posted March 27, 2006 Does anybody have any experience with OpenSSL? It sounds intruiging... :-" OpenSSL is an open source implementation of the SSL and TLS protocols. The core library (written in the C programming language) implements the basic cryptographic functions and provides various utility functions. You typically do not need to touch OpenSSL, simply make sure it is installed/compiled into your apache web server and active in the http conf files (apache 22 has other setting files as well) and that's it.. it's running and waiting for you to implement a CERT. OpenSSL has nothing to do with having a valid verified SSL certificate though, do not confuse the two - it's merely a means to use the cert that you have obtained from an authorized source. My Contributions Henry Smith
Recommended Posts
Archived
This topic is now archived and is closed to further replies.