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

When I enter: _Get-ACMEVaultProfile -ProfileName "DoNotExists"_ I would expect an error like "this profile do not exists", however I do not get anything. Is that working as designed or a...

``` PS C:\Windows\system32> Get-ACMEExtensionModule Get-ChildItem : Cannot find path 'C:\Users\kf\AppData\Local\ACMESharp\user-exts' because it does not exist. At C:\Program Files\WindowsPowerShell\Modules\ACMESharp\ACMESharp-Extensions\ACMESharp-Extensions.psm1:153 char:19 + $userExtLinks = Get-ChildItem $extPath + ~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound:...

It would be nice to implement the functionality to give the WebRoot of a manual webserver, so that ACMESharp create the challenge file there automatically. Currently I use the follow...

Are there any plans to add support for [RFC 7633](https://tools.ietf.org/html/rfc7633) (the OCSP Must-Staple extension) to ACMESharp in a future release? Let's Encrypt now [supports](https://community.letsencrypt.org/t/improving-revocation-will-lets-encrypt-support-ocsp-must-staple/4334) CSR's with that flag set. OCSP...

I have two failues of requests and both are marked with status invalid. Both are resolved now by fixing the DNS and IIS redirect rules. However the status cannot set...

Would you be able to add a provider using the OVH API to solve DNS challenges, similar to the one used for Cloudflare? References : - OVH API [https://eu.api.ovh.com/](url) -...

I cannot delete an idendentifier that has been created by fault. `Update-ACMEIdentifier` does not allow me to update the DNS name, so I cannot fix typos. A `Remove-ACMEIdentifier` seems not...

If I have an existing and validated ACMEIdentifier, I cannot forcefully redo the challenge. ``` > Get-ACMEIdentifier | Where {$_.Dns -eq "example.com"} Seq : 3 Id : 84e43cdf-a6fb-47e2-934a-d4c50f20217b Alias :...

I guess I have a more complex configuration here and I do not like to see the script changing my IIS. 1. On a fileserver with Central Certificate Store I'm...

Nearly every cmdlet documentation I review is incorrect and missing the ACME string in command names. Also the examples sections are mostly empty. e.g. - Update-ACMEIdentifier - Get-ACMEIdentifier