I must be doing something wrong but I can't figure out what it is.  I am trying 
to encrypt my private ca key with this command

openssl rsa -in ca.key -out caencrypted.key -aes256

This works fine but the problem is I don't get the original key back when I 
decrypt it using this command

openssl rsa -in caencrypted.key -out catest.key


catest.key doesn't have the same characters in it as ca.key when looking at 
them in a text editor.   What am I missing here?
                                          
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to