ACMESharp icon indicating copy to clipboard operation
ACMESharp copied to clipboard

An ACME client library and PowerShell client for the .NET platform (Let's Encrypt)

Results 102 ACMESharp issues
Sort by recently updated
recently updated
newest added

AlternativeIdentifierRefs does not accept a single parameter so following does not work. New-ACMECertificate dns1 -Generate -AlternativeIdentifierRefs dns2 -Alias multiNameCert So, we have to use something like this; New-ACMECertificate dns1 -Generate...

Hello, I am trying to create a Let's Encrypt certificate on a Windows Server 2012 R2 and I have an error when stating that a new binding cannot be created:...

Please add option to set a key size other than 2048 bit. General Support was added, but PS Interface is missing?! Allowing RSA Key Bits to be passed in #84

Hi, I tried to move my LE vault with all certs to a VM (so I can share my workflow with other team members. I've backed up it with this...

``` PS C:\> Get-ACMEIdentifier '3example.com' Get-ACMEIdentifier : Input string was not in a correct format. At line:1 char:1 + Get-ACMEIdentifier '3example.com' + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Get-ACMEIdentifier], FormatException...

It would be nice to have a wiki for how to update certificates as well. Is it possible to reuse the identifier and cert alias? Or do we have to...

Seems like i'm running the command correctly, but its barking back. ![capture](https://cloud.githubusercontent.com/assets/18711451/21447416/636d4d66-c8a2-11e6-8d31-b8183504e811.PNG) New-ACMECertificate main -Generate -AlternativeIdentifierRefs www,home,mumble,prtg,plex,mirror,mirrors -Alias all Cannot convert 'www home mumble prtg plex mirror mirrors' to the...

I got this when I got to the step to submit the certificate. PS > Submit-ACMECertificate Submit-ACMECertificate : The remote name could not be resolved: 'acme-v01.api.letsencrypt.org' At line:1 char:1 +...

Following is the error message. New-ACMERegistration : Vault root path does not contain vault data At line:1 char:1 + New-ACMERegistration -Contacts mailto:[email protected] -AcceptTos + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:)...

Is it possible to to add this lib into a mvc project ? I keep getting this error: Could not load file or assembly 'ManagedOpenSsl64' or one of its dependencies....