Is there any way that I can use openssl command in azure automation account?

Vineesha Reddy 6 Reputation points
2020-06-08T06:44:40.393+00:00

Im trying to convert pem to pfx using Azure Automation Account as a part of my script, powershell module Convert-PemToPfx is not working as expected so would like to use openssl. Was just wondering how to use openssl commands in azure automation account.

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

1 answer

Sort by: Most helpful
  1. olufemia-MSFT 2,861 Reputation points
    2020-06-09T23:44:43.71+00:00

    Hello VineeshaReddy-6771,

    Your question is currently under review. Since conversion to .pfx can be labeled as a sensitive operation, we've engage the feature owner to review this case and offer expert guidance. An update will be shared once our investigation is complete.

    The typical Azure automation scenario requires importing required module(s) to an Automation account, creating, testing/publishing a runbook for your script.

    Might be worthwhile to check out this tutorial on using openssl with PowerShell to see if the same can be applicable to your script to resolve your scenario - assuming your script is authored differently.

    Expect an update soon.

    Cheers.