Posh-ACME icon indicating copy to clipboard operation
Posh-ACME copied to clipboard

PowerShell module and ACME client to create certificates from Let's Encrypt (or other ACME CA)

Results 25 Posh-ACME issues
Sort by recently updated
recently updated
newest added

[Ports Group](https://portsgroup.com/en) is a provider of, among other things, domain/DNS services based in Sweden. The admin interface is available at: https://app.ports.management/#/dnsadmin There is unfortunately no public easy sign-up, and in...

Fixes #446 This raises security a bit, allows OpenSSL 3.x to read it without legacy mode, and in general is just a good idea. As for compatibility, it *should* be...

enhancement

The version of BouncyCastle used generates a PKCS12 file that uses RC2-40-CBC for encrypting certificates, which isn't really useful for encryption these days - 40 bit RC2 isn't that strong....

bug

Hi there. I have Posh-ACME 4.14.0 and I tried to get certificate with powershell script automation. But I get an error when passing the API key (apparently). ```powershell $ApiToken =...

bug

Hi, I'm running a Ubuntu Build Agent with PowerShell Core to generate/renew cert's with posh-acme. Unfortunately, the script is running in a parsing error: `New-PACertificate -Domain $dnsName -DnsPlugin Azure -PluginArgs...

We are trying to use Posh-ACME in an AWS Lambda function. The lambda environment uses .Net core 3.1. We package the lambda function using AWS Powershell tools into a lambda...

question

I'm in a situation where I'd like to be able to request a certificate for a system that requires a proxy to communicate with the outside world (including our certificate...

enhancement

Any chance of getting support for Dyn.com DNS?

enhancement
up-for-grabs

There is an [issue](https://github.com/letsencrypt/boulder/issues/3335) with the current ACME v2 when `orders` list is an empty field in the account info. To be able to restore an account with the actual...

enhancement
cantfix

Registeram.com [provides an API here](https://my.registeram.com/index.php?/userapi/) This plugin is my attempt at using LE wildcard certificates on Registeram.com via DNS validation. I'm new to Powershell, your review is appreciated. Regards. _PS:...

enhancement