summaryrefslogtreecommitdiffstats
path: root/docs/reference/plugins/store/index.md
diff options
context:
space:
mode:
authorWouter Tinus <wouter.tinus@gmail.com>2020-09-16 16:52:12 +0200
committerWouter Tinus <wouter.tinus@gmail.com>2020-09-16 16:52:12 +0200
commit58be2cbc3dbf8b78d4b7e2f524234b58cadc4df2 (patch)
treed7b6c12068c12749422b1d31de6b8265a6363a51 /docs/reference/plugins/store/index.md
parentd883566a704b2e2c0a7ceb0aaf7868568e4c47fc (diff)
downloadletsencrypt-win-simple-58be2cbc3dbf8b78d4b7e2f524234b58cadc4df2.zip
letsencrypt-win-simple-58be2cbc3dbf8b78d4b7e2f524234b58cadc4df2.tar.gz
letsencrypt-win-simple-58be2cbc3dbf8b78d4b7e2f524234b58cadc4df2.tar.bz2
remove docs, they moved to a seperate repo log ago
Diffstat (limited to 'docs/reference/plugins/store/index.md')
-rw-r--r--docs/reference/plugins/store/index.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/reference/plugins/store/index.md b/docs/reference/plugins/store/index.md
deleted file mode 100644
index 17988a1..0000000
--- a/docs/reference/plugins/store/index.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-sidebar: reference
----
-
-# Store plugins
-Store plugins are responsible for storing issued certificates in their permanent
-location(s). The program will cache the certificate in a `.pfx` file in its
-CertificatePath (which defaults to `%programdata%\win-acme\[baseuri]certificates`) but
-these files are protected by random passwords to prevent local non-administrators
-from obtaining keys. Store plugins are responsible for making the certificates
-accessible to the application(s) that need them.
-
-## 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. `--store certificatestore,pemfiles`
-
-## Default
-The default is the [Windows Certificate Store](/win-acme/reference/plugins/store/certificatestore).
-
-## None
-To instruct the program not to use any store, for example when your installation
-script handles it, you may specify `--store none` \ No newline at end of file