Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code question for VaultManager. #66

Closed
MichaelMcGlothlin opened this issue Mar 3, 2017 · 3 comments
Closed

Code question for VaultManager. #66

MichaelMcGlothlin opened this issue Mar 3, 2017 · 3 comments

Comments

@MichaelMcGlothlin
Copy link

I forked certify so I could add my own fixes.. in VaultManager there are several calls similar to:

var cmd = new ACMESharp.POSH.InitializeVault();
cmd.BaseUri = apiURI;
cmd.ExecuteCommand();

In each case it gives me a compiler warning that ExecuteCommand() is not defined. I don't see it defined in ACMESharp or Cmdlet. Any idea what I'm doing wrong?

@webprofusion-chrisc
Copy link
Contributor

@MichaelMcGlothlin the master branch is currently in the middle of a significant re-write/refactor and requires a special fork of ACMESharp to build (I'm removing the dependency on powershell), it's also very much a work in progress and not really in a serviceable state for fixes, although we can discuss proposed changes here.

You can get the source tree for the latest release by switching to tag 0.9.96
https://github.com/webprofusion/certify/tree/0.9.96

@MichaelMcGlothlin
Copy link
Author

Removing PowerShell seems like a smart plan. Thanks.

@webprofusion-chrisc
Copy link
Contributor

Closing. No longer applies for Certify 2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants