where find a good tutorial for the certificates

Hi everyone,

I would like to enable the service www-ssl but to do so I need to generated a self sign certificate. how can I do that ?

Thank you.

Generating certificates in RouterOS is not something I use often, but this seems to work (there are more possible parameters than this, see manual):

/certificate add common-name="test.example.net" subject-alt-name=DNS:test.example.net,IP:192.168.80.181 days-valid=3650 name="self-signed test"
/certificate sign "self-signed test"