summaryrefslogtreecommitdiffstats
path: root/docs/reference/plugins/store/certificatestore.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/plugins/store/certificatestore.md')
-rw-r--r--docs/reference/plugins/store/certificatestore.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/reference/plugins/store/certificatestore.md b/docs/reference/plugins/store/certificatestore.md
deleted file mode 100644
index 970d7af..0000000
--- a/docs/reference/plugins/store/certificatestore.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-sidebar: reference
----
-
-# Windows Certificate Store
-Default plugin, saves certificates to the Windows Certificate store. Which store is used is based on the following priorities:
-
-- Store configured for the specific renewal
-- Global default is configured in [settings.json](/win-acme/reference/settings)
-- `WebHosting` store (if it exists, i.e. Windows 2012+ with IIS)
-- The machine-level `My` store (better known as Personal)
-
-## Keep existing
-The `--keepexisting` switch can be used to prevent the program from deleting older
-versions of the certificate from the store.
-
-## Private key ACL
-The `--acl-fullcontrol` parameter can be used to grant principals other than the
-defaults for a specific store full control access to the private key.
-
-## Unattended
-`[--store certificatestore] [--certificatestore My] [--keepexisting] [--acl-fullcontrol "network service,administrators"]` \ No newline at end of file