Releases: j81blog/GenLeCertForNS
v2.29.0
New: Created logic to hide passwords in logfile
New: Add option to enable a vip before or disable after the script has run
Bug: Fixed bug with CSVip parameter
Bug: Fixed bug with Responder for responding LE requests
Bug: Fixed issue when using -UseLbVip when creating apiuser
Improve: Better support for multiple vips when creating script (api) user
Improve: Certkey name and JSON escape chars
v2.15.0
v2.10.3
v2.6.3
FIXED: "ERROR: Could not create the order."; While testing (thanks to Roger, Julian, Erik and Andrew) we saw that updating the script wasn't always the complete solution. Specifying the parameter "-CleanPoshACMEStorage" after updating the script helped fixing this issue completely. This will cleanup the %LOCALAPPDATA%\Posh-ACME directory.
NEW: Version check to notify you if there is a new (dev) version available
CHANGED: Removed the verbose logging; I didn't liked the output to screen. Therefore I added a logging function to write everything to a log file. Resulting in a cleaner output to the screen. Specifying the "-Verbose" option has no particular use anymore.
CHANGED: Overall speed; Changed internal process of configuring the Citrix ADC thus improving the speed.
v2.4.1
Fixed several issues
Updated Posh-ACME version
Changed as much as possible NetScaler to ADC
Added a new feature where you can select an existing certificate name where the cn and san records can be extracted form. (-GetValuesFromExistingCertificate -ExistingCertificateName "CertKeyName")
v2.2.2
Fixed an issue for when you configured *.domain.com as CN the script returned an error, New-Item : Illegal characters in path. Thank you
Andrew Webber for pointing this out and helping me testing.