OVPN Error

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.

you need to decrypt certificates so that flags are KR.

Hi,

When i try to decrypt the certificate, it asks for passphrase, and i have not created certificates with any passphrase, i leave the passphrase blank and press ok. Then nothing happens.

Hmmm…
I have setup OpenVPN on linux behind Mikrotik. Its working. So i dont think i need Mikrotik OVPN anymore. Anyways thanks for the answer.