Request-Certificate
1.2
Requests a certificates with the specified subject name from am Windows CA and saves the resulting certificate with the private key in the local computer store.
You must specify at least the CN for the subject name.
With the SAN parameter you can also specify values for subject alternative name to request a SAN certificate.
The CA must support this type of cert
You must specify at least the CN for the subject name.
With the SAN parameter you can also specify values for subject alternative name to request a SAN certificate.
The CA must support this type of cert
Requests a certificates with the specified subject name from am Windows CA and saves the resulting certificate with the private key in the local computer store.
You must specify at least the CN for the subject name.
With the SAN parameter you can also specify values for subject alternative name to request a SAN certificate.
The CA must support this type of certificate otherwise the request will fail.
With the Export parameter it's also possible to export the requested certificate (with private key) directly to a .pfx file instead of storing it in the local computer store.
You can also use the Import-CSV cmdlet with Request-Certificate.ps1 to request multiple certificates.
To do this, use the Import-CSV cmdlet to create custom objects from a comma-separated value (CSV) file that contains a list of object properties (such as CN, SAN etc. ). Then pass these objects through the pipeline to Request-Certificate.ps1 to request the certificates.
Show more
You must specify at least the CN for the subject name.
With the SAN parameter you can also specify values for subject alternative name to request a SAN certificate.
The CA must support this type of certificate otherwise the request will fail.
With the Export parameter it's also possible to export the requested certificate (with private key) directly to a .pfx file instead of storing it in the local computer store.
You can also use the Import-CSV cmdlet with Request-Certificate.ps1 to request multiple certificates.
To do this, use the Import-CSV cmdlet to create custom objects from a comma-separated value (CSV) file that contains a list of object properties (such as CN, SAN etc. ). Then pass these objects through the pipeline to Request-Certificate.ps1 to request the certificates.
Installation Options
Owners
Copyright
(c) 2011 Jonas Feller. All rights reserved.
Package Details
Author(s)
- Jonas Feller c/o J0F3
Tags
Certificate ActiveDirectory ActiveDirectoryCertificateServices ADCS
Functions
Dependencies
This script has no dependencies.
FileList
- Request-Certificate.nuspec
- Request-Certificate.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.5.0 | 4,317 | 9/15/2020 |
1.4.1 | 1,497 | 2/3/2019 |
1.3 | 424 | 6/22/2016 |
1.2 (current version) | 30 | 6/22/2016 |