Manual:Create Certificates - MikroTik Wiki
First step is to build the CA private key and CA certificate pair. openssl genrsa -des3 -out ca.key 4096 openssl req -new -x509 -days 3650 -key ca.key -out ca.crt During the process you will have to fill few entries (Common Name (CN), Organization, State ...