Export Self signed certificate of an automation account

Mohamed jihad bayali 1,136 Reputation points
2022-11-23T14:55:05.467+00:00

Hello,

I want to know if there is a way to export the self signed certificate used for my Automation Account ?

So that i can install it on my hybrid worker

thanks

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,368 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AnuragSingh-MSFT 21,551 Reputation points Moderator
    2022-11-29T15:58:45.663+00:00

    Hi @Mohamed jihad bayali ,

    If you are talking about self-signed certificates used to enforce the policy that only "signed" runbooks should be run on hybrid runbook workers, as mentioned here - Work with signed runbooks on a Windows Hybrid Runbook Worker. These certificates are available in HybridRunbook worker itself (you can choose to upload it to Azure Automation's certificate also)

    For this, you can export it from runbook worker server by following the steps below:

    1. Start --> Run --> certlm.msc

    2. "Trusted Root Certification Authorities" --> "Certificates". Right click on the certificate --> All Tasks --> Export.

    I have also added a reply to your question for RunAs Account Certificate exportation here - https://learn.microsoft.com/en-us/answers/questions/1101911/index.html

    Please let us know if you have any questions. If I have misunderstood the question, please provide additional details to help me understand it better.


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.