Dec 16 2021 07:24 AM
Hello Community,
i have the following problem:
When i export my root-Certificate as cer with PowerShell and with certmgr i get completly the same content in my files.
BUT
My child-pfx-Certificate exported with crtmgr is smaller (4KB), than the same certificate exported with PowerShell (15KB).
I think the reason are missing options in Export-PfxCertificate
My Command is:
Get-ChildItem -Path $systemcertpath | Export-PfxCertificate -FilePath $childcert -NoProperties -Password $password
When i export with crtmgr i have 4 checkboxes (first and last checked):
I think with "-NoProperties" i disable the Export of all extended properties (third Checkbox), but im not sure.
Why my exported Certificates are not equal? How to solve this?
Best regards and thanks for your help!
Dec 16 2021 11:02 AM
Dec 17 2021 01:18 AM
Dec 17 2021 08:54 AM
SolutionDec 20 2021 02:02 AM
Dec 17 2021 08:54 AM
Solution