kuechn

Results 3 issues of kuechn

When neither DNS nor HTTP is possible (in very hardened setups), the TLS in-place validation on port 443 comes in mind; https://letsencrypt.org/docs/challenge-types/ (https://datatracker.ietf.org/doc/html/rfc8737) Posh-ACME supports it. On the ADC the...

feature request

Hi, great script! We are currently working on the implementation for our environment. Two questions came up: 1. We would like to enable the CS for LE only during the...

enhancement
question
feature request

On the ADCs the "name" entries are quite long (long FQDN). Why is the paramater "CertKeyNameToUpdate" quite short? [ValidateLength(1, 31)] [String]$CertKeyNameToUpdate The spec says up to 128, if I'm reading...