Requriement for CertPathValidationPolicyID in Uplink Configuration and StorageConfiguration indicates skipping Uplink Server or Renewal server certificate validation when the CertPathValidationPolicyID is NOT configured
CertPathValidationPolicyID - optional; [string]
CertPathValidationPolicyID used to validate the uplink server certificate. If CertPathValidationPolicyID is not configured, uplink server certificate shall not be validated.
CertPathValidationPolicyID used to validate the renewal endpoint server certificate. If CertPathValidationPolicyID is not configured, the certificate shall not be validated.
But such highlighted requirement is missing from WebRTCConfiguration and this PR proposes the change to address the miss.
Requriement for CertPathValidationPolicyID in Uplink Configuration and StorageConfiguration indicates skipping Uplink Server or Renewal server certificate validation when the CertPathValidationPolicyID is NOT configured
Ref: https://www.onvif.org/ver10/uplink/wsdl/uplink.wsdl, SetUplink
Ref: https://github.com/onvif/specs/pull/423/files#diff-a584a2f36b0cd44d0dd80f6202fbebfdd58cd7b4dc42a620ff41698e45809f4aR2182
But such highlighted requirement is missing from WebRTCConfiguration and this PR proposes the change to address the miss.