Custom CSR
CSR created by another program
Plugin type | Source | |
---|---|---|
Download | Built-in | |
Compatibility | All platforms |
Description
Use a certificate signing request generated by third party software. When this source plugin is chosen, you will obviously not be able to select a CSR plugin as well, meaning that any customization and key selection requirements should already be met.
You can provide the program with static file location that the CSR will be read from, or provide it with a script that will dynamically request or generate the CSR on demand.
Note that it’s possible - though not required - to provide the private key to the program as well. If you do not provide the private key, the certificate as stored by the store plugins won’t be usable for server authentication. In that case you need to use an installation script or manual steps to finish the creation of a fully usable certificate.
Command line
--source csr |
Activates the plugin | |
---|---|---|
‑‑csrfile |
Specify the location of a CSR file to make a certificate for | |
‑‑csrscript |
Specify the location of a script that will generate the CSR file on demand | |
‑‑pkfile |
Specify the location of the private key corresponding to the CSR |
Examples
Typical | --source csr ‑‑csrfile C:\csr.txt [‑‑pkfile C:\key.txt] |
|
---|---|---|
Script | --source csr ‑‑csrscript C:\generatecsr.ps1 |
JSON
ID | 5c3db0fb-840b-469f-b5a7-0635d8e9a93d |
---|
Looking for win-acme?
simple-acme is a backwards compatible, drop-in replacement built by the same person. Project history.