I'm facing a problem with certificate signing on RouterOS 7.16.
I have CLIENT-tpl template certificate with defined days valid attribute (e.g. 365days)
I have valid CA certificate, not expired.
I created and signed certificate with commands:
Code: Select all
/certificate add name=vpnuser01 copy-from="CLIENT-tpl" common-name="vpnuser01"
/certificate sign vpnuser01 ca="CA" name="vpnuser01"
- Invalid Before: Jan/01/1970 02:00:00
- Invalid After: Jan/01/1970 02:00:00
Recently, I was generating my certificates exactly same way with no issues.
Am I facing a bug?
Thanks