I had a VPN working for almost a year with no issues, nothing changed that I know of except for Windows updates, but one morning I tried to connect to my VPN and I get the Message "Can't connect, A certificate chain processed, but was terminated in a root certificate that is not trusted by the trust provider" I have set up several other VPS exactly the same way, and I have tried deleting my certificates and recreating them to try to get it to work, but I keep getting the same message. What could be causing this issue? Here are the steps I use to create the certificate.
[admin@MikroTik] > /certificate
[admin@MikroTik] /certificate> add name=CA common-name="MY IP ADDRESS" key-usage=key-cert-sign,crl-sign days-valid=3650 key-size=4096
[admin@MikroTik] /certificate> sign CA ca-crl-host=MY IP ADDRESS x.x.x.x
[admin@MikroTik] /certificate> add name=SVR common-name="SVR" key-usage=digital-signature,key-encipherment,data-encipherment days-valid=3650 key-size=4096
[admin@MikroTik] /certificate> sign SVR ca=CA
[admin@MikroTik] /certificate> set trusted=yes SVR