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.
Generate PFX using Microsoft Stanadalone CA
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
3 answers
Sort by: Most helpful
-
Young Yang (Shanghai Wicresoft Co,.Ltd.) 661 Reputation points
2020-08-05T08:46:33.22+00:00 -
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--filesYou 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-psKindly 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.
-
Young Yang (Shanghai Wicresoft Co,.Ltd.) 661 Reputation points
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.
:)