Central Certificate Store
Add to IIS Central Certificate Store
Plugin type | Store | |
---|---|---|
Download | Built-in | |
Compatibility | All platforms |
Description
Designed for the Central Certificate Store
introduced in Windows 2012. Creates a separate copy of the .pfx
file for each hostname and places it in the path provided. Using this store also triggers any created or updated IIS bindings to get the CentralSSL
flag enabled.
Command line
--store centralssl |
Activates the plugin | |
---|---|---|
‑‑centralsslstore |
Location of the IIS Central Certificate Store. | |
‑‑pfxpassword |
Password to set for .pfx files exported to the IIS Central Certificate Store.
You may pass the secret in plain text, but can also use a reference to the secret vault like |
Examples
Typical | --store centralssl [‑‑centralsslstore C:\CentralSSL\] [‑‑pfxpassword *****] |
---|
JSON
ID | af1f77b6-4e7b-4f96-bba5-c2eeb4d0dd42 |
---|
Settings
Store.CentralSsl.DefaultPath |
When using the CentralSsl plugin this path is used by default, saving you the effort of providing it manually. Filling this out makes the ‑‑centralsslstore parameter unnecessary in most cases. Renewals created with the default path will automatically change to any future default value, meaning this is also a good practice for maintainability.
Paths should be JSON-encoded, e.g. Default: undefined |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Store.CentralSsl.DefaultPassword |
When using the CentralSsl plugin this password is used by default for the .pfx files, saving you the effort from providing it manually. Filling this out makes the ‑‑pfxpassword parameter unnecessary in most cases. Renewals created with the default password will automatically change to any future default value, meaning this is also a good practice for maintainability.
You don't have store a literal password here, but may also place a reference to the secret vault like Default: undefined |
|||||||||||
Store.CentralSsl.DefaultProtectionMode |
Determines how the .pfx files will be encrypted.
A
Default: "default"
|
Looking for win-acme?
simple-acme is a backwards compatible, drop-in replacement built by the same person. Project history.