As Stronghold encrypts the key itself, it cannot be transferred directly into Zeus.To convert the key for use with Zeus, use openssl, as follows:
$ openssl rsa -in <private.key> -out <newprivate.key>
Then replace the old private key with the new one that has just been generated