I had routeros 4.x but I installed 5.5 in case it were a bug of the older version. I googled about this and I only found some people having the same problem but no solution.
I have tried to import the certificates and the key file into mikrotik 5.0 and 5.5 and the key file was not imported. (both methods, import client.crt, client.key, ca.crt or import client.crt, client.pem, ca.crt) I cannot get the OVPN client configuration settings to apply because it says certificate not found.
I am using RB750 with Mikrotik 5.0/5.5 as OVPN client, the server is linux.
The date and time are sync by ntp.
Update: I have figured out that the keys were generated in Ubuntu and worked, now the keys are generated in Fedora Core 15 and doesn´t work in mikrotik but in other linux server are all ok.
Bug ?!
0 keys imported… this means the file has no info about keys that can be imported from this file… ¿How did you create the .pem file?
How did you create the .pem file? I uses Mandriva that is Red-Hat based like Fedora and generated the keys with easyrsa scripts. Then converted the .key to .pem format with a command like this:
I will try to convert to .pem, but the certificates that are generated in ubuntu/debian does not need to be converted, i can import them from .crt and . key without any problem.
How did you create the .pem file? I uses Mandriva that is Red-Hat based like Fedora and generated the keys with easyrsa scripts. Then converted the .key to .pem format with a command like this:
Hello,
we also had same problem and trying to tame it we made some test. We found that keys generated with openssl 1.0.0 do not get imported properly. Everything works if keys and certificates get generated with openssl 0.9.8.
AFAIK, something has been changed in key file format between 0.9.8 and 1.0.0. OpenSSL 1.0.0 is becoming mainstream on any major distribution (even in Mac OS X with macports) so, soon, the importing issue will become a big problem: could you please check that the new format would be also imported?
Hello anv,
what is that version? I can’t find it neither among the the official tarballs, nor among the snapshots. I guess that is some CVS revision plus some special patch: where did you find it?