New Post: Get certificate information - AIA, CDP, Cert Template Information
By using PSPKI module you can do this:$cert= new-object security.cryptography.x509certificates.x509certificate2 <arguments>$extensions=[PKI.Utils.CLRExtensions]::ResolveExtensions($cert) #...
View ArticleCommented Unassigned: Connect-CertificationAuthority Error [89]
Hi, I am using PSPKI Version 3.1. When running the following command, I get an error. __Command:__ Connect-CertificationAuthority -ComputerName...
View ArticleNew Post: Adding Extensions to newly created certificates include the new...
Hello, Vadims I trust you are very well, can you please help me with the following. I need to create some certificates (Windows 2012 R2 CA) which have some new extensions on them e.g. non-critical...
View ArticleNew Post: Adding Extensions to newly created certificates include the new...
These cmdlets are supposed to configure accepted/disallowed extensions in the request. In order to add a specific extension to pending request you have to use Set-CertificateExtension cmdlet. See...
View ArticleUpdated Wiki: Home
The project is permanently moved to GitHub!The following technologies and products were used to design this module:
View ArticleReviewed: PowerShell PKI Module v3.2.6 (Jul 25, 2017)
Rated 5 Stars (out of 5) - This is a great module. I wrote this script to generate a CSV file of all the certificates that will expire in the next two months. We have multiple CAs so they are stored in...
View ArticleCreated Unassigned: Bug with create New-SelfsignedCertificateEx and using...
I dont can create New-SelfsignedCertificateEx -Subject "CN=123.com" -SAN "123.com" -Path C:\test\ssl.pfx -Password (ConvertTo-SecureString "P@ssw0rd" -AsPlainText -Force) -StoreLocation "LocalMachine"....
View ArticleReleased: PowerShell PKI Module v3.2.6 (Aug 07, 2016)
Installation guide:Use default installation path to install this module for current user only. To install this module for all users — enable "Install for all users" check-box in installation UIif...
View ArticleUpdated Release: PowerShell PKI Module v3.2.6 (aug 07, 2016)
Installation guide:Use default installation path to install this module for current user only.To install this module for all users — enable "Install for all users" check-box in installation UIif...
View Article