PSPKI icon indicating copy to clipboard operation
PSPKI copied to clipboard

Receive-Certificate retrieve .p7b formatted certificate

Open hmiller10 opened this issue 1 year ago • 1 comments
trafficstars

Hello,

Is there a way, using the PSPKI module to retrieve an issued certificate from the CA database in .p7b format? We are trying to automate our Linux and MAC certificate processing and receive-certificate seems to only retrieve a .cer formatted certificate.

Is it possible to get .p7b certificate bundle? If not, could we make this a feature request?

hmiller10 avatar Mar 08 '24 18:03 hmiller10

Currently, it is not supported, but it is possible to add this functionality

Crypt32 avatar Mar 09 '24 11:03 Crypt32

It is implemented via new -IncludeChain switch parameter.

Crypt32 avatar Sep 19 '24 08:09 Crypt32