Generate PFX using Microsoft Stanadalone CA

Nirav Shah 1 Reputation point
2020-08-05T04:46:48.303+00:00

Hi All,

I am looking for a programmatic approach for generating certificates for Application gateway / SSL offload purpose using Standalone CA.

We have our signing root certificate which we have used while configuring the standalone CA.

Can we using power-shell to submit and export PFX in standalone CA.

Regards
Nirav

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,079 questions
Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,523 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. 2020-08-05T08:46:33.22+00:00

    According to my knowledge, the problem you raised can be solved using the UI. May I ask if POWERSHELL is necessary to solve the problem, or I can consult relevant colleagues for you to solve your problem through UI.

    0 comments No comments

  2. GitaraniSharma-MSFT 49,581 Reputation points Microsoft Employee
    2020-08-05T09:45:43.823+00:00

    Hello @Nirav Shah ,

    To convert a non-.pfx CA certificate into .pfx file, you may refer the below article:
    https://learn.microsoft.com/en-us/windows-hardware/drivers/install/personal-information-exchange---pfx--files

    You can also use the Export-PfxCertificate cmdlet to export a certificate or a PFXData object to a Personal Information Exchange (PFX) file. By default, extended properties and the entire chain will be exported.
    Please refer : https://learn.microsoft.com/en-us/powershell/module/pkiclient/export-pfxcertificate?view=win10-ps

    Kindly let us know if the above helps or you need further assistance on this issue.

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

    Please don’t forget to "Accept the answer" wherever the information provided helps you, this can be beneficial to other community members.


  3. 2020-08-20T01:46:59.667+00:00

    Hi, given that this post has been quiet for a while, this is a quick question and answer. Has your question been solved? If so, please mark it as an answer so that users with the same question can find and get help.
    :)

    0 comments No comments

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.