From 38429329a64ade1409f6a42251c4f83356953796 Mon Sep 17 00:00:00 2001 From: Sebastian Lauber Date: Thu, 8 Feb 2018 00:27:57 +0100 Subject: [PATCH] Corrected incorrect command The correct command for initializing a vault `Initialize-ACMEVault` --- docs/User-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/User-Guide.md b/docs/User-Guide.md index 80e84ba..945cc6a 100644 --- a/docs/User-Guide.md +++ b/docs/User-Guide.md @@ -55,7 +55,7 @@ A Vault instance is tied to a specific *ACME server endpoint*. That is, when yo ## assume that we're operating in a single PS session -- if you ## switch sessions in between steps, be sure to import the module Admin PS> Import-Module ACMESharp -Admin PS> Initialize-ACMESharp +Admin PS> Initialize-ACMEVault ``` > This will use the *default Vault profile* for Administrators, which defines the path to the Vault storage directory as `C:\ProgramData\ACMESharp\sysVault`. For more details about Vault profiles and configuration alternatives, please see the [Vault Details](Vault-Details.md) >TODO< documentation.