secure hotspot login page

Hello everyone,
I’m trying to setup a new hotspot using Radius Manager and RB433.
Everything works fine except that I don’t know how to make the login page a secure connection.
I already bought a SSL certificate but I just don’t know how to install it direct on a mikrotik hotspot.
Please can anyone help me?

Thanks to all

Upload the key file and the certificate file to the router, along with - if you need them - the file containing the certificate chain.

You can then import them:

/certificate 
import file-name=certificate.crt
import file-name=key.key
import file-name=chain.crt

Import the certificate first, then import the key as it will unlock the certificate. At that point you can turn on HTTPS on the Hotspot server profile and select the certificate you imported.

This example section of the manual has some details, too: http://wiki.mikrotik.com/wiki/Manual:Create_Certificates

Hi fewi,
Sorry it took so long to answer you.
It worked fine following your instructions.

Thanks

Claudio