FortiClient EMS ZTNA: No Matching Rule Found
ZTNA fails with "no matching rule", because FortiClientEMS connectoin to FortiGate files, because of Let's Encrypt Root YE
Posts tagged "Cert"
ZTNA fails with "no matching rule", because FortiClientEMS connectoin to FortiGate files, because of Let's Encrypt Root YE
Problem: you find a key and a cert file on your server, and want to check if the cert matches the key. Solution: Check the modulus (n=p*q) of both key and cert to see if they are equal. $ openssl rsa -modulus -noout -in yourrsa.key Modulus=C8BEE8B687CC... $ openssl x509 -modulus -noout -in yourrsa.crt Modulus=C8BEE8B...