Documentation for the ACMESharp project
This project is maintained by PKISharp
ACMESharp Provider Extensions > Vault Storage > local
Vault provider based on system-local folder and files.
| Name: | local |
| Aliases: | |
| Assembly: | ACMESharp.Vault |
| Version: | 0.9.1.0 |
Specifies the directory path where vault data files will be rooted.
| Name: | RootPath |
| Type: | TEXT |
| IsRequired: | True |
| IsMultiValued: | False |
Specifies the Root Path should be created if it does not exist.
| Name: | CreatePath |
| Type: | BOOLEAN |
| IsRequired: | True |
| IsMultiValued: | False |
Specifies not to use the OS-level support for encrypting files; this may be necessary on any file system that does not support EFS
| Name: | BypassEFS |
| Type: | BOOLEAN |
| IsRequired: | False |
| IsMultiValued: | False |