Notifications
Clear all
Topic starter
25. April 2020 09:07
Hallo liebe Mitstreiter der IT,
bei der Verlängerung des Zertifikats steigt das Script mit folgendem Fehler aus:
21.04.2020 18:19:08;LE System;Info;Setting LE Mode;
21.04.2020 18:19:08;LE System;Info;Setting LE Mode to PRODUCTION MODE (LIVE SYSTEM);
21.04.2020 18:19:08;LE System;Info;Checking for existing LE Account;
21.04.2020 18:19:08;LE System;Info;Found a existing LE Account;
21.04.2020 18:19:08;LE Certificate;Info;Trying to create a new order for a certificate;
21.04.2020 18:19:08;LE Certificate;ERROR;Can't order certificate: Ausnahme beim Aufrufen von "Parse" mit 1 Argument(en): "Die Zeichenfolge wurde nicht als gültiges DateTime erkannt.";
Get-PAAuthorizations : Das Argument kann nicht an den Parameter "AuthURLs" gebunden werden, da es NULL ist.
In C:\CertificateAssistant_v3\LetsEncrypt\Exchange 2019\CertificateAssistant_v3_EX2019.ps1:501 Zeichen:21
+ $auths = $LEOrder | Get-PAAuthorizations
+ ~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (:) [Get-PAAuthorizations], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Get-PAAuthorizations
21.04.2020 18:19:08;LE System;Info;Creating Autorisation files for LE verification;
21.04.2020 18:19:09;LE System;Info;Asking LE to verify the order;
21.04.2020 18:19:09;LE System;Info;Successfully informed LE to verify the order;
21.04.2020 18:19:09;LE System;INFO;Let's give LE some time to validate (1 min);1 min
21.04.2020 18:20:09;LE System;INFO;Time to wake up, need coffee!;
21.04.2020 18:20:10;LE System;INFO;Let's check the authorization;
21.04.2020 18:20:10;LE System;INFO;Let's refresh the order;
21.04.2020 18:20:10;LE System;INFO;Let's check if order is ready;
21.04.2020 18:20:10;LE System;ERROR;Order is NOT ready;
Ein get-paorder | Get-PAAuthorizations liefert
WARNUNG: Authorization not found on server. Expired authorization
WARNUNG: Authorization not found on server. Expired authorization
Nun stehe ich etwas ratlos da. Hat jemand einen Tip?
System Windows 2019 Server mit Ex 2019, aktuelles Patchlevel
Danke schon mal für Eure Mühe
Gruß
Timo
Topic starter
26. April 2020 06:27
Ich konnte das Problem lösen:
schuld war ein noch im Zertifikatsspeicher hinterlegtes ungültiges LE-Zertifikat. Nach Entfernen des selbigen aus dem Zertifikatsspeicher lief das Script problemlos durch und das aktuelle Zertifikat wurde verlängert.
Gruß
Timo