Open
Description
I generated my pfx file with ansible and included the fullchain also, to ensure no intermediate certificates are missing. But the fullchain file also includes the certificate itself, so the certificate gets added a second time to the pfx file, this seems to break the private key import using Import-PfxCertificateEx @importPfxCertificateParameters -Base64Content $Content
. As I don't see a point to get this point handled in code, I think this should be documented.
Metadata
Metadata
Assignees
Labels
No labels