REST Service X.509 Certificate Path

  • Updated

Sample XML

<Request>
...
  <RuleEngineServiceOptions>
    <Overrides>
      <Override>
        <OverrideType>RestServiceX509CertificatePath</OverrideType>
        <Name>endpoint name</Name>
        <RestServiceX509CertificatePassword>new connection string</RestServiceX509CertificatePassword>
            <RestServiceX509CertificatePath>new connection string</RestServiceX509CertificatePath>
      </Override>
    </Overrides>
  ...
  </RuleEngineServiceOptions>
...
</Request>

Sample JSON

{
"RuleEngineServiceOptions":{
      "Overrides":[
{
   "OverrideType":"RestServiceX509CertificatePath",
   "Name" : "endpoint name",
   "RestServiceX509CertificatePassword": "certificate password",
   "RestServiceX509CertificatePath": "path to cert"
}]
}
}

 

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.