ebekker / ACMESharp

An ACME client library and PowerShell client for the .NET platform (Let's Encrypt)
https://pkisharp.github.io/ACMESharp-docs/
1.2k stars 184 forks source link

System Exception while running New-AcmeRegistration #202

Open dudhatparesh opened 7 years ago

dudhatparesh commented 7 years ago

Following is the error message.

New-ACMERegistration : Vault root path does not contain vault data At line:1 char:1

ebekker commented 7 years ago

It looks like you're running this without specifying any Vault Profile, correct? If so than ACMESharp will default to using one of the following two paths for the Vault location depending on your active permissions (admin or non-admin).

Are these paths empty when you try to initialize the Vault?