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

When I execute the example code for `Add-OnlineResponderRevocationConfiguration`: ``` $CA = Get-CertificationAuthority "xyz.com" -Enterprise Connect-OnlineResponder "xyz.com" | Add-OnlineResponderRevocationConfiguration -Name "Example Org v1.1" -CA $ca | Set-OnlineResponderRevocationConfiguration -SigningCertTemplate "OcspResponseSigning" -SigningFlag "Silent,...

docs

Why is this cmdlet failing with "Cannot find an overload for "Oid2" and the argument count: "1"."? Connect-OnlineResponder $ArrayController | Get-OnlineResponderRevocationConfiguration -Name "$($OcspSigningCA.displayname)" | Set-OnlineResponderRevocationConfiguration ` -SigningCertTemplate "$SigningCertificateTemplate" ` -SigningServer...

docs

Hi Folks Module Version: 3.7.2 OS: Windows 2019 Possibly related to #113 I have downloaded and am using the updated .dll from #113 Using the following code snippet I'm not...

bug
fixed-vNext

The code for actually writing out the XML DB is commented out in the code file for Start-PsFCIV. It looks like someone started working on removing the $host item for...

bug
fixed-vNext

When talking about PKI, for decades RSA was the de-facto algorithm. Since it is no more, adding support for EC-algorithms would be advised. Suggestions for implementation can be taken from...

enhancement

When using Test-WebServerSSL to query a remote endpoint, it appears to be reporting on the redirected endpoint, as defined in the Location http response header of the initial (pre-redirect) request....

enhancement

I've got a couple of servers with known valid certificates that can't be verified using Test-WebServerSSL as the certificate isn't returned (neither is a ReturnedUri listed). Among the servers are...

enhancement
Research

When I try to use PSPKI after installing or opening a ne PowerShell instance, I need to load it with Import-Module. I am using Windows Server 2019. It also wont...

Investigate

Hi, I get the following error while trying to read a certificate request with Get-CertificateRequest ` PS C:\> New-Object Security.Cryptography.X509CertificateRequests.X509CertificateRequest -ArgumentList C:\certs\mycsr.csr $error[0].Exception.InnerException.psbase $error[0].Exception.InnerException.StackTrace New-Object : Ausnahme beim Aufrufen von...

bug
fixed-vNext