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

As I was stepping through the tutorials I got the error shown below exactly one time. I thought I fixed it by enclosing my domain names in single quotes because...

bug

OpenSSL 3.x no longer supports the use of RC2-40-CBC encryption for PFX private keys without reverting to "legacy" mode which is cumbersome. AES256CBC with HMAC-SHA256 is the modern option used...

enhancement

When you start the creation (with New-PACertificate) or you submit the renewal of a existing certificate you get an error during the Submit-ChallengeValidation phase. Error: Submit-ChallengeValidation: C:\Program Files\WindowsPowerShell\Modules\Posh-ACME\4.20.0\Public\New-PACertificate.ps1:253Line | 253...

Hi. I am trying to use ZeroSSL for a certificate because Microsoft do not seem to accept Let's Encrypt for Hybrid 365 connectors, and also, as they need to be...

question

To me it apperas that the TXT chalange entries cant be added to the OVHdomain directly, but must be added to a subdomain of the OVHdomain (so same zone file)...

bug

Hey, I tied to work my way through a DC installation for the first time in decades and beeing a little cert obsessed I googled and found your marvellous article,...

question

``` Install-Module -Name Posh-ACME -Scope CurrentUser Import-Module Posh-ACME $Domain = "test.example.com" $certNames = "*.$domain" Set-PAServer LE_STAGE New-PACertificate $certNames -directory LE_STAGE -Verbose -Debug ``` ``` DEBUG: LE_STAGE converted to https://acme-staging-v02.api.letsencrypt.org/directory DEBUG:...

question

I've got Submit-Renewal setup to ignore errors using the -ErrorAction SilentyContinue and the error messages are still being displayed (I'm catching the error via -ErrorVariable). This is causing my automation...

question

Would be possible to add WEDOS.com support? They have DNS API: https://kb.wedos.com/en/wapi-api-interface/wdns-en/wapi-wdns/

enhancement

When you create ACME Directory URLs with DigiCert you need to select a product, so I have two separate accounts: one for single domain certs and one for multi-domain certs....

question