diff options
Diffstat (limited to 'docs/reference/plugins/installation/index.md')
-rw-r--r-- | docs/reference/plugins/installation/index.md | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/reference/plugins/installation/index.md b/docs/reference/plugins/installation/index.md index 9cbb12c..1cfd89a 100644 --- a/docs/reference/plugins/installation/index.md +++ b/docs/reference/plugins/installation/index.md @@ -1,3 +1,18 @@ --- sidebar: reference ----
\ No newline at end of file +--- + +# Installation plugins +Installation plugins are responsible for making the necessary changes to your +application(s) after successfully creating or renewing a certificate. Currently +there are three of these plugins. + +## Multiple +More than one plugin can run by choosing them in order of execution. In interactive mode you +will be asked, for unattended mode you can provide a comma seperated list, +e.g. `--installation certificatestore,pemfiles` + +## Default +In simple mode the default installation plugin is [IIS Web](/win-acme/reference/plugins/installation/iisweb). +In full options and unattended modes there are no default installation steps, you have to explicitly +choose them from the interface or using the `--installation` switch.
\ No newline at end of file |