Creating certificate problem

hi all

I worked this explanation
http://wiki.mikrotik.com/wiki/User_Manager/User_payments#Creating_certificate

You receive an error in the browsers in the certificate as in these images

ie

Chrome

this

/certificate print

I’m sure the date and time correctly

I want a solution because the participants do not work with them sites https and show them a certificate error

thank you

I’m waiting for you

Please, I want to Solution the fitter

Do not be so sure about that, it does not look right.

invalid-before=oct/21/2013 11:36:29
invalid-after=dec/31/1969 23:59:59

You have to PURCHASE a certificate if you want to remove the error messages.

If you create your own certificate, you WILL have error messages!

For security reasons, computer browsers by default will ONLY trust certificates that have been purchased from a trusted certificate authority (like GeoTrust or Comodo)

Jandafields is right. The error simply tells you, that the certificate was not issued by an authority, but was self generated, which is true.

invalid-after

How do I correct this error in the OpenSSH comes the end of history 2036 in mikrotik be 1969

How do I correct this error you need to do something in mikrotik?

I do not want to buy because I do not have payment methods

But here in the members work with fake certificates

Thank you

What is the solution?

It works for me and I also used openssl to generate my self-signed certificate.


To generate a key:
openssl genrsa -out 192.168.88.1.key 2048To generate the certificate:
openssl req -new -x509 -key 192.168.88.1.key -out 192.168.88.1.cert -days 3650 -subj /CN=192.168.88.1

Thanks for your valuable update. Very useful information.