Hi,
I am setting up OVPN. I have created certificate on my Linux box using below steps.
# cd /etc/openvpn/easy-rsa/2.0
# source vars
# ./clean-all
# ./build-ca
# ./build-key-server Server
# ./build-key client
After creating Keys, i imported them in mikrotik using below steps.
# cd /etc/openvpn/easy-rsa/2.0
# scp keys/{ca.crt,server.crt,server.key} admin@MIKROTIK:.
------- MIKROTIK CONSOLE BELOW -------
# /certificate import file-name=ca.crt
# /certificate import file-name=server.crt
# /certificate import file-name=server.key
then i get two certificates cert1 and cert2 and cert2 has QR tag.
Now in OVPN Section in PPP, when i give certificate “cert2” and press apply
Couldn't change OVPN Server - no certificate found (6)
Can any one tell me why am i getting this error.