Link to Citrix SD-WAN troubleshooting guide containing useful hints and tips when it comes to Citrix SD-WAN troubleshooting: CTX226234.
How to check SSL Key / CSR / Certificate Files using OpenSSL
In case you need to verify, if certificate private key / signing request / certificate file do match, use the following openssl commands: openssl rsa -noout -modulus -in {{privatekey_file}} | …