You’re right, the format is different.
But now I face other problem, that I think is Travis-specific.
I cut and paste the “rsa fingerprint” that I have locally into a new file. I encrypt this file using travis encrypt-file --pro xxxxx --add
. Also, I do the same with the private key file.
Now, in my travis.yml
file I have 2 openssl aes-256-cbc ...
commands. But, when Travis builds, the first file is well decrypted but with the second file, the builds fail and the openssh command returns a bad decryption
output.
I cannot do this? Only I must have one encrypted file? Or, I’m doing anything wrong?
Thanks.