Forum Discussion
Jonathan_Scholi
Mar 28, 2012Cirrostratus
That's interesting, I was going to suggest using the set_passphrase() method, but that won't work until you've already successfully created the profile, and the create() method doesn't let you pass the passphrase. I wonder if it's possible to set the key and cert to the default, then set the passphrase, then set the correct key and cert. If not, you might have to use openssl to decrypt the cert and key, so that you won't need the passphrase when creating the SSL profile.