Commented Unassigned: Extract Subject Alternate Names from a Certificate...
Hello, Is there a function available in the PSPKI-Module (or PS-Code available) for extracting the SANs of an existing Certificate Request (which exists as Base64-Encoded String available in Memory/in...
View ArticleNew Post: Get Pending Requests with SAN / DNS
See the latest post: https://pspki.codeplex.com/workitem/43 you will find new DLL after first message in the attach list. Please, let me know how it works for you.
View ArticleNew Post: Get Pending Requests with SAN / DNS
When I use this code:$rawBytes = [convert]::frombase64string($RawRequest) $pkcs7 = new-object System.Security.Cryptography.Pkcs.PKCS7SignedMessage(,$rawBytes) # get embedded request: $pkcs7.Content[0]...
View ArticleNew Post: Get Pending Requests with SAN / DNS
can you post your pkcs7 request (or email me directly via CodePlex mailing)?
View ArticleNew Post: Get Pending Requests with SAN / DNS
Test-Request-02.txt MIIGhAYJKoZIhvcNAQcCoIIGdTCCBnECAQMxCzAJBgUrDgMCGgUAMIIE3gYIKwYB BQUHDAKgggTQBIIEzDCCBMgwbTBrAgECBgorBgEEAYI3CgoBMVowWAIBADADAgEB...
View ArticleNew Post: Get Pending Requests with SAN / DNS
This request works for me:[↓] [vPodans] $base64 = [io.file]::ReadAllText("C:\Users\vPodans\Desktop\req.txt") [↓] [vPodans] $rawBytes = [convert]::FromBase64String($base64) [↓] [vPodans] $pkcs7 =...
View ArticleCreated Unassigned: Error when CommonName is number [51]
I input the cmdlet:PS C:\Users\Administrator> Get-CertificationAuthority -Name testpcca | Get-IssuedRequest -Filter "CommonName -eq 10000" | Revoke-Certificate -Reason "CeaseOfOperation"It apear...
View ArticleCommented Unassigned: Error when CommonName is number [51]
I input the cmdlet:PS C:\Users\Administrator> Get-CertificationAuthority -Name testpcca | Get-IssuedRequest -Filter "CommonName -eq 10000" | Revoke-Certificate -Reason "CeaseOfOperation"It apear...
View ArticleCommented Unassigned: Error when CommonName is number [51]
I input the cmdlet:PS C:\Users\Administrator> Get-CertificationAuthority -Name testpcca | Get-IssuedRequest -Filter "CommonName -eq 10000" | Revoke-Certificate -Reason "CeaseOfOperation"It apear...
View ArticleCommented Unassigned: Error when CommonName is number [51]
I input the cmdlet:PS C:\Users\Administrator> Get-CertificationAuthority -Name testpcca | Get-IssuedRequest -Filter "CommonName -eq 10000" | Revoke-Certificate -Reason "CeaseOfOperation"It apear...
View ArticleCommented Unassigned: Error when CommonName is number [51]
I input the cmdlet:PS C:\Users\Administrator> Get-CertificationAuthority -Name testpcca | Get-IssuedRequest -Filter "CommonName -eq 10000" | Revoke-Certificate -Reason "CeaseOfOperation"It apear...
View ArticleNew Post: Cannot get ADCS powershell commands to run.
Did you imported the module into a session?https://pspki.codeplex.com/documentation
View ArticleNew Post: Cannot get ADCS powershell commands to run.
Just tried that but got an error that PSPKI is not a valid module name.
View ArticleNew Post: Cannot get ADCS powershell commands to run.
I have some PKI cmdlets, but none of the ADCS ones (like Get-CertificationAuthority).
View ArticleNew Post: Cannot get ADCS powershell commands to run.
Make sure if the module is installed in the proper directory. Did you installed it via MSI installer, or as a standalone package? In which directory you installed the module?
View ArticleNew Post: Cannot get ADCS powershell commands to run.
It was a standalone install (Windows6.2-KB2693643-x64.msu for Windows 8) onto a non-internet accessible machine on our private domain. I assume it installed into the default directory (not even asked...
View ArticleNew Post: Cannot get ADCS powershell commands to run.
PSPKI is not a part of Windows installation, it is a separate product. You should download and install it first: https://pspki.codeplex.com/releases/view/118221
View ArticleNew Post: Cannot get ADCS powershell commands to run.
OK quick question. I am somewhat new to Server 2012 and powershell. Can I install the aforementioned module without the .exe? network folks aren't too keen on software installation by .exe and would...
View Article