You can test your installation by firing up the Python interpreter and typing:
>>> import OpenSSL >>>
sslKeyFile=/path/to/ssl/key/file sslCertificateFile=/path/to/ssl/certificate/file
And that's it !
A "real-world" sample config file for an SSL site might be:
[server] socketPort=443 sslKeyFile=server.pkey sslCertificateFile=server.cert
See About this document... for information on suggesting changes.