Nein das ist es nicht. Muss am install script liegen. Habe das Zertifikat nun erfolgreich manuell erstellt. Update funktioniert auch.
Hier meine install.bat:
set /p domain=[Fuer welche Domain soll ein Zertifikat erzeugt werden?]
set /p davidinstall=[Wohin wurde David installiert?]
NET STOP "David Webbox"
START "" /B "c:\ssl\python.bat"
START "" /WAIT "c:\ssl\letsencrypt.exe"
TASKKILL /IM python.exe /F
type c:\ssl\certs\%domain%-key.pem > c:\ssl\certs\wbcert.pem
type c:\ssl\certs\%domain%-chain.pem >> c:\ssl\certs\wbcert.pem
move "%davidinstall%\Apps\Webbox\Code\wbcert.pem" "%davidinstall%\Apps\Webbox\Code\wbcert_old.pem"
copy c:\ssl\certs\wbcert.pem "%davidinstall%\Apps\Webbox\Code"
NET START "David Webbox"
wie gesagt manuell geht es.