summaryrefslogtreecommitdiffstats
path: root/docs/reference/plugins/installation
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/plugins/installation')
-rw-r--r--docs/reference/plugins/installation/index.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/docs/reference/plugins/installation/index.md b/docs/reference/plugins/installation/index.md
index 1cfd89a..a031317 100644
--- a/docs/reference/plugins/installation/index.md
+++ b/docs/reference/plugins/installation/index.md
@@ -8,11 +8,14 @@ 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,
+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
+## Default (simple mode)
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
+
+## Default (full options / unattended)
+In full options and unattended modes there are **no** default installation steps,
+which is equivalent to `--installation none`. You can to explicitly choose them
+from the interface or using the `--installation` switch. \ No newline at end of file