Hi,
I check a web site cert with the agent2 web.certificate.get function. The result is:
"result": {
"value": "invalid",
"message": "failed to verify certificate: x509: certificate signed by unknown authority"
},
How to I add a CA file or dir so that the agent2 can validate the web site certificate? The cert in question is signed by LE.
I check a web site cert with the agent2 web.certificate.get function. The result is:
"result": {
"value": "invalid",
"message": "failed to verify certificate: x509: certificate signed by unknown authority"
},
How to I add a CA file or dir so that the agent2 can validate the web site certificate? The cert in question is signed by LE.
Comment