Encrypting the certificate key for SSL

Hi,

I figured out that we can use ssl_key_passphrase to decrypt an encrypted private key.

ssl_key_passphrase => "admin"

But it seems like I need to give the passphrase in plain text as shown above and anyone who looks at this config file can see it.

Is there a way to hide this passphrase ?