Community discussions

MikroTik App

Search found 4 matches

by mkhallaf
Thu Nov 08, 2012 10:45 am
Forum: General
Topic: www-ssl setup
Replies: 4
Views: 6905

Re: www-ssl setup

Just as it says: Cipher Mismatch. MikroTik needs a certificate with RSA encryption, no DES. I would resort to openssl and keep at peace.
by mkhallaf
Thu Nov 01, 2012 5:54 pm
Forum: General
Topic: www-ssl setup
Replies: 4
Views: 6905

www-ssl setup

All docs are wrong (applies to v5.21) do this with openssl: openssl genrsa -out mikroTik.ca.key.pem 2048 openssl req -new -x509 -nodes -days 9999 -key mikroTik.ca.key.pem -out mikroTik.ca.cert.pem Drag and drop both files into winBox, then import both files. Cert will show up with KR flag. Use it fo...
by mkhallaf
Thu Nov 01, 2012 5:51 pm
Forum: General
Topic: SSL encryption error when trying to access user manager
Replies: 7
Views: 11003

Re: SSL encryption error when trying to access user manager

All docs are wrong (applies to v5.21) do this with openssl: openssl genrsa -out mikroTik.ca.key.pem 2048 openssl req -new -x509 -nodes -days 9999 -key mikroTik.ca.key.pem -out mikroTik.ca.cert.pem Drag and drop both files into winBox, then import both files. Cert will show up with KR flag. Use it fo...