PKISolutions / PSPKI

PowerShell PKI Module
Microsoft Public License
379 stars 57 forks source link

Receive-Certificate retrieve .p7b formatted certificate #209

Closed hmiller10 closed 1 week ago

hmiller10 commented 6 months ago

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?

Crypt32 commented 6 months ago

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

Crypt32 commented 1 week ago

It is implemented via new -IncludeChain switch parameter.