Through the discussion at the NG (http://forum.dlang.org/thread/le8d84$1gg0$1@digitalmars.com) I tried to use such a SSL Cert for my purposes but the force me to define a passphrase for the certificate and now when starting to listen on http using an SSLContext OpenSSL asks me for the passphrase on the stdin/out -.-

Is there any way to work around this or would it be necessary to implement s.th. new in vibe.d to support defining this using code ?

regards