Dear all,

so I'm step further:
monkey-polarssl is requried for running https with libpolarssl0 package.

All the packages for monkey are:
monkey
monkey-logger
monkey-cgi   for cgi
monkey-liana (http)
monkey-fastcgi    for fastcgi
monkey-polarssl   (https  using polarssl library:   libpolarssl0)

There are 3 configuration files to be edited when you want to use https
with polarssl - library.
/etc/monkey/monkey.conf
/etc/monkey/plugins/polarssl/polarssl.conf
/etc/monkey/plugins.load

for debian 7.3
libpolarssl0_1.2.9-1~deb7u1_amd64.deb

the polarssl.conf looks like
[SSL]
    # If no absolute path is given, files are assumed to be located
    # in plugin configuration directory. All files are assumed to be
    # stored in PEM format.

    # Server certificate
    #
    CertificateFile srv_cert.pem

    # Certificate chain
    #
    # Not required, but can speed-up handshakes.
    #
    # CertificateChainFile srv_cert_chain.pem
    # Server RSA key
    #
    RSAKeyFile rsa_key.pem

My question is now:
1.  Do I have to generate also the rsa_key.pem   with openssl command ?
To uncomment this line does not work.

If you use other web servers    RSAKeyFile does not need to be generated
(apache2  2.2.2)
to my understanding.

I'm not perfect and sorry for these "silly" questions you might think
....

2.  In the mailing list it was discussed to run monkey both http  and 
https, so does this work with 
monkey v1.4?  -->   /etc/monkey/plugins.load   affected.

Rgds
Bertil

-- 
http://www.fastmail.fm - Same, same, but different...

_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to