Creating a self signed certificate

Hi,

I have trouble with creating a self signed certificate.
I followed this manual: http://wiki.mikrotik.com/wiki/Manual:Create_Certificates#Generate_certificates_on_RouterOS

The first part is going ok but the second part I get errors.
The error is: expected end of command (lin 1 column 22)

/certificate
sign template=ca-template ca-crl-host=10.5.101.16 name=myCa
sign ca=myCa template=server-template name=server
sign ca=myCa template=client1-template name=client1
sign ca=myCa template=client2-template name=client2

The same thing.
As a result I signed certificates from winbox.
Open winbox - system - certificates.
Open ca certificate - button “sign” - choose itself in field “ca”
Open server certificate - button “sign” - choose ca certificate in field “ca”
Open client certificate - button 'sign" - choose ca certificate in field “ca”

I don’t have that option (itself).
I can only choose “unknow” and if I choose that, than it is not working.

There is no template parameter for sign command anymore. Wiki example updated.

ok and now?

Now you follow wiki example to sign certificates :slight_smile: