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 101 ACMESharp issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

First I wanted to say great work! I could set up and automate let's encrypt in no time at all. I was curious to know if you intended to support...

Hi I've been trying to automate the renewal of my ADFS certificate using a script from [https://github.com/jeremymcgee73/PowershellScripts/blob/master/New-ADFSLetsEncryptCert/New-ADFSLetsEncryptCert.ps1](url) But the issue I have is that I dont seem to have any...

I made a mistake in #369 which meant that the [documentation](https://pkisharp.github.io/ACMESharp-docs/ext_docs/installers/iis.html) would have reported KeepExistingSslFlags as Force. This is now corrected. Also amended indents to use tabs instead of spaces,...

When installing a certificate into IIS using Install-ACMECertificate with the force parameter set to true, the require SNI And use centralized Certificate store values get set to try and the...

## Environment OS: Windows 2012 R2 Powershell: 5.1 Webserver: IIS ## Description Trying to automate my IIS server certificate using this ACME client. I followed the [docs](https://pkisharp.github.io/ACMESharp-docs/Quick-Start.html) (including all the...

We are using ACME sharp for generating Let's encrypt certificate. We are trying to use some kind of security vulnerability check for our code and we found this 'BouncyCastle.Crypto-1.7.4137.9688.dll' have...

I am trying to implement an auto-renewal cert on my Azure Application Gateway using the info from the blog post below: [https://intelequia.com/blog/post/1012/automating-azure-application-gateway-ssl-certificate-renewals-with-let-s-encrypt-and-azure-automation](url) When trying to implement the actual auto-renewal piece...

When using Install-Certificate, and where fresh bindings ARE created, the SslFlags are not set. This results in a binding being created without the "Require Server Name Indication" checkbox set. On...