do I have to do all it said here -
http://wiki.mikrotik.com/wiki/Manual:Cr ... rtificates
this is what I did -
/certificate add name=tamplate common-name=myCa key-usage=key-cert-sign,crl-sign
/certificate sign tamplate ca-crl-host=192.168.100.254 name=myCa
/certificate set myCa trusted=yes
/certificate export-certificate myCa
/certificate print
Flags: K - private-key, D - dsa, L - crl, C - smart-card-key, A - authority, I - issued, R - revoked, E - expired, T - trusted
# NAME COMMON-NAME SUBJECT-ALT-NAME FINGERPRINT
0 K L A T myCa myCa 3cd7b4a08bc9ff9c4b7e0f2......
1 name="hsprof1" hotspot-address=192.168.100.254 dns-name="David.Test" html-directory=hotspot rate-limit="" http-proxy=0.0.0.0:0 smtp-server=0.0.0.0 login-by=https,http-pap
ssl-certificate=myCa split-user-domain=no use-radius=no
and when I try I get error
"the connection is not private"
NET:ERR_CERT_AUTHORITY_INVALID
and it doesn't give an option to continue
what do I need to do now?
Thanks ,