CSRtoCER
1.32
CSRtoCER.ps1 is used to view the information from a CSR file and generate the certificate based on the CSR file. This PowerShell will grab the information such as "Subject", "Key Length", "SANs", "Template" from the CSR file. If the SANs is not empty in the CSR file, the script will use the CSR file’s setting. If there's no SANs in CSR file, script will use “CN” as th
CSRtoCER.ps1 is used to view the information from a CSR file and generate the certificate based on the CSR file. This PowerShell will grab the information such as "Subject", "Key Length", "SANs", "Template" from the CSR file. If the SANs is not empty in the CSR file, the script will use the CSR file’s setting. If there's no SANs in CSR file, script will use “CN” as the SANs. The script will also list the Template that used in the CSR file, If there's no Template in the CSR file, script will list all the available Certificate Templates from your AD, when you pick up one, script will list the CA Server which has the Template you picked up.
Version: 1.32
Creation Date: <07/04/2022>
Purpose/Change: Fix the bug that when the CSR file contains duplicated CN.
Version: 1.31
Creation Date: <02/25/2021>
Purpose/Change: Fix the bug that when the CSR file contains SANs can't generate SANs in Certificate correctly.
Version: 1.30
Creation Date: <01/29/2020>
Purpose/Change: Add the feature that can manually input SANS. If the SANs not contain CN the script will auto add it.
Version: 1.20
Creation Date: <10/08/2019>
Purpose/Change: Fix the CertUtil version compare issue
Before you run the script Install the PSPKI module in your PowerShell running environment.
https://www.powershellgallery.com/packages/PSPKI/3.4.1.0
<Install-Module -Name PSPKI>
Show more
Version: 1.32
Creation Date: <07/04/2022>
Purpose/Change: Fix the bug that when the CSR file contains duplicated CN.
Version: 1.31
Creation Date: <02/25/2021>
Purpose/Change: Fix the bug that when the CSR file contains SANs can't generate SANs in Certificate correctly.
Version: 1.30
Creation Date: <01/29/2020>
Purpose/Change: Add the feature that can manually input SANS. If the SANs not contain CN the script will auto add it.
Version: 1.20
Creation Date: <10/08/2019>
Purpose/Change: Fix the CertUtil version compare issue
Before you run the script Install the PSPKI module in your PowerShell running environment.
https://www.powershellgallery.com/packages/PSPKI/3.4.1.0
<Install-Module -Name PSPKI>
Installation Options
Owners
Package Details
Author(s)
- banhao@gmail.com
Dependencies
This script has no dependencies.
FileList
- CSRtoCER.nuspec
- CSRtoCER.ps1