diff options
author | Wouter Tinus <win.acme.simple@gmail.com> | 2020-01-19 08:38:29 +0100 |
---|---|---|
committer | Wouter Tinus <win.acme.simple@gmail.com> | 2020-01-19 08:38:29 +0100 |
commit | cea47f96b29ff445aae1e90d76313f83c2c253be (patch) | |
tree | faf203068e0b599e681c4c904ce7ac3f921d009b /docs/reference/plugins/installation | |
parent | fe0868448288d20cd24135d640c1d7e0f7490e3f (diff) | |
download | letsencrypt-win-simple-cea47f96b29ff445aae1e90d76313f83c2c253be.zip letsencrypt-win-simple-cea47f96b29ff445aae1e90d76313f83c2c253be.tar.gz letsencrypt-win-simple-cea47f96b29ff445aae1e90d76313f83c2c253be.tar.bz2 |
null store fix and docs
Diffstat (limited to 'docs/reference/plugins/installation')
-rw-r--r-- | docs/reference/plugins/installation/index.md | 13 |
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 |