New Post: CR - Carriage Return in RawCertificate
Earlier versions of certutil, for example, can't handle unicode files.
View ArticleNew Post: Get Pending Requests with SAN / DNS
Hello, sorry for delayed response, recently I was busy on another projects. this is an issue in the Format() method, which incorrectly strips trailing character. In any way, Value property of...
View ArticleCreated Issue: AlternativeName.Format(bool multiline) strips trailing...
Hi Camelot,I just tried your last example. Any idea why the result would be truncated? I am missing the last caracter of every domain name returned:This is what I get:```DNS Name=test.example.co, DNS...
View ArticleNew Post: Get Pending Requests with SAN / DNS
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleCreated Unassigned: CertValidityPeriod.set_ValidityPeriod throws...
CertValidityPeriod.set_ValidityPeriod throws FormatException on valid data. This issue is caused due to invalid pattern handling.
View ArticleNew Post: Test-WebServerSSL.ps1:26 char:2
I tried to test basic functionality with Test-WebServerSSL, but I got this error: Exception calling "SendRequest" with "0" argument(s): "Object reference not set to an instance of an object." At...
View ArticleNew Post: Test-WebServerSSL.ps1:26 char:2
It must be the firewall issue, I was able to test another url internally.
View ArticleNew Post: Test-WebServerSSL.ps1:26 char:2
can you provide the command line you are trying to use?
View ArticleNew Post: Test-WebServerSSL.ps1:26 char:2
This is a bug. Main ebay's web site do not support HTTPS, as the result server returns nothing (null), while the code attempts to access certificates. If you try signin.ebay.com, then it should work.
View ArticleCreated Unassigned: Test-WebServerSSL.ps1:26 char:2 [73]
I tried to test basic functionality with Test-WebServerSSL, but I got this error:Exception calling "SendRequest" with "0" argument(s): "Object reference not set to an instance of an object."At...
View ArticleNew Post: Test-WebServerSSL.ps1:26 char:2
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleCommented Unassigned: [Feature request] Get resolved AIA/CDP [62]
Add two new cmdlets or add a new `-Resolved` parameter to the existing `Get-AIA` and `Get-CDP` to get the resolved values of AIA and CDP URLs.Careful, if there are several CA certificates (after...
View ArticleCommented Unassigned: [Feature request] Get resolved AIA/CDP [62]
Add two new cmdlets or add a new `-Resolved` parameter to the existing `Get-AIA` and `Get-CDP` to get the resolved values of AIA and CDP URLs.Careful, if there are several CA certificates (after...
View ArticleNew Post: PSPKI modue Get-IssuedRequest cause problem when used with...
Hello everyone, I'm writing a script which gets issued certificates within the last 60 days and export the result to a html table. I used the following command line: Get-CertificationAuthority $CAName...
View ArticleNew Post: PSPKI modue Get-IssuedRequest cause problem when used with...
This can be caused du to various issues. For example, authentication issue (when connecting to CA database), maybe task configuration task or whatever else. For sure, it is not a PSPKI issue. You must...
View ArticleNew Post: SSLFlags
Along with the certificate information retrieved with Test-WebServerSSL, is there a way to retrieve the SSLFlags attribute? I've found that this isn't always in the same place and on some systems...
View ArticleNew Post: SSLFlags
Currently it is not possible. And I'm not sure if this request fits the project scope.
View ArticleNew Post: SSLFlags
Thanks. I thought I'd ask here since the requirement of client certificates is part of PKI. Do you know if there is anything in existence that might do this? It's probably possible through .Net, but...
View Article