PSPKI icon indicating copy to clipboard operation
PSPKI copied to clipboard

PowerShell PKI Module

Results 63 PSPKI issues
Sort by recently updated
recently updated
newest added

Is there any documentation outlining least user privileges for each cmdlet? I'm finding that many tasks fail to execute if the account does not have "issue and manage certificates" rights...

bug
docs
fixed-vNext

Certificate issued with SAN modified by "$Request | Set-CertificateExtension -Extension $SAN" is trusted by Edge and IE, but is not trusted by Chrome. Error is "NET::ERR_CERT_COMMON_NAME_INVALID". Same error for version...

bug

Not sure whether this is a valid request but trying it anyway 😀. We are noticing quiet some loading time for `import-module pspki` in our environment. Currently it is 12...

Being able to read and set an ADCS instances `AuditFilter` value would be useful. https://www.pkisolutions.com/enabling-active-directory-certificate-services-adcs-advanced-audit/ I'm sorry if this feature already exists, I couldn't find it in the documentation nor...

enhancement

One cannot use the `SigningCertificate` Parameter for the _Manual (out-of-band) OCSP signing certificate enrollment and assignment_ scenario as the Cmdlet seems to require the `SigningServer` Parameter which would not make...

It would be useful to be able to pass on a string of a base64 encoded CSR directly to `Submit-CertificateRequest` instead of having to dump it to [file](https://github.com/PKISolutions/PSPKI/blob/master/PSPKI/Client/Submit-CertificateRequest.ps1#L69) first.

enhancement

Using PSPKI 3.7.2, when trying to run Publish-CRL -CertificationAuthority XXXXIntermediateCAv2 I get the following error: ``` Exception calling "PublishCRL" with "2" argument(s): "An attempt was made to access an uninitialized...

Following the example from the [documentation](https://www.pkisolutions.com/tools/pspki/Deny-CertificateRequest/), I run the following (simplified) command to deny all pending cert requests at the given certificate authority: ```powershell Get-CertificationAuthority -ComputerName domain.example.com | Get-PendingRequest |...

bug

```powershell PS C:\Users\QQQ> Get-CertificationAuthority -Enterprise PS C:\Users\QQQ> Get-CertificationAuthority DisplayName ComputerName IsAccessible ServiceStatus Type ----------- ------------ ------------ ------------- ---- XXXXXXXXXX Issuing 06 SSSSSSSSSSSSSSSSSSSS.com True Running Enterprise Subordinate CA PS C:\Users\QQQ> Get-CertificationAuthority...

Investigate

I received this error when importing the PSPKI module, version 3.7.2, from an elevated PowerShell session. PS C:\scripts> ipmo pspki Update-TypeData : Error in TypeData "System.Security.Cryptography.Oid": The member ToString is...

bug