Certificate Authentication - System Center Orchestrator Runbook

Meena S 6 Reputation points
2020-08-19T06:13:07.357+00:00

How to invoke certificate in "Invoke-Webservices" activity in SCORCH runbook

System Center Orchestrator
System Center Orchestrator
A family of System Center products that provide an automation platform for orchestrating and integrating both Microsoft and non-Microsoft IT tools.
229 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Leon Laude 85,786 Reputation points
    2020-08-19T06:54:54.307+00:00

    Hi,

    Orchestrator allows you to configure HTTPS certificate options in cases where certificate validation fails, you can follow the official Microsoft documentation for the Invoke-Webservices runbook activity, under the HTTPS certificate options section:

    https://video2.skills-academy.com/en-us/system-center/orchestrator/standard-activities/invoke-web-services?view=sc-orch-2019#BKMK_HTTPS

    If this is not meeting your requirements, you can always use PowerShell which allows you to accomplish most things.

    ----------

    (If the reply was helpful please don't forget to accept as answer, thank you)

    Best regards,
    Leon

    0 comments No comments

  2. SChalakov 10,386 Reputation points MVP
    2020-08-19T08:33:43.687+00:00

    Hi @MeenakumariS-4664,

    what do you mean by "invoke" exactly? You can adjust certificate validation options there, so which https certificates to accept and which not. Exactly as mentioned here:

    invoke-web-services

    Regards

    ------------------------------------------------------------------------------------------------------------------------------------------------------

    (If the reply was helpful please don't forget to accept as answer, thank you)


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.