diff options
Diffstat (limited to 'docs/reference/plugins/store/index.md')
-rw-r--r-- | docs/reference/plugins/store/index.md | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/docs/reference/plugins/store/index.md b/docs/reference/plugins/store/index.md index e77fb74..17988a1 100644 --- a/docs/reference/plugins/store/index.md +++ b/docs/reference/plugins/store/index.md @@ -3,19 +3,21 @@ 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\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. +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, +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). -The default is the [Windows Certificate Store](/win-acme/reference/plugins/store/certificatestore).
\ No newline at end of file +## 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 |