Eugene Bekker

Results 143 comments of Eugene Bekker

Unfortunately, out of the box, the in-built private key generator is fixed at 2048-bit. However, if you use an external tool, such as [this one](https://chocolatey.org/packages/OpenSSL.Light) to generate a private key...

If someone would like to get their feet wet enhancing the module to support input key length, this is a good feature request to do that with. Here's a hint,...

The PR has been merged and new versions of PWSH modules rebuilt. Can you test the pre-release versions to make sure it works for you: https://www.myget.org/gallery/acmesharp-posh-staging If you confirm, I'll...

@jiveformation -- I'm sorry I wasn't more responsive with this contribution. Are you still interested in contributing this Provider?

Well in order to create a provider for ClouDNS that would work without any manual intervention, you would need to use their [api](https://www.cloudns.net/wiki/article/42/). But the API is only available with...

@VitaliHarbiankou , this looks great, thank you for the additions! Can you add a few unit tests to cover the changes and additions?

What issue are you running into? The client has been tested with single certs per account, or multiple certs per account, both approaches work and Let's Encrypt doesn't care which...

Did you recently update the ACMESharp module? There were some changes in the way output is generated for certain handlers. Can I ask, what is the context that you're running...

Provider parameters using this syntax: ``` Complete-ACMEChallenge dnsY -ChallengeType http-01 -Handler manual -RepeatHandler -HandlerParameters @{ WriteOutPath = 'c:\Users\me\inst.txt' Append = $true } ```

Win7 Home definitely does not support EFS, so yes, the docs on disabling that support in the Vault provider will address your issue.