everything seems to work with the letsencrypt patch, but I discovered a problem when installing a purchased certificate ...
To install a paid certificate line 134 needs to be reactivated in OpenSSL.pm (afterwards deactivate again).
Therefore I have deactivated / changed the button links in the client theme to prevent customers being able to create and edit certificates themselves except letsencrypt
also w/ any other line with {CERT_SCRIPT} for alias, alias-sub, sub ...
or simply
I will try to make this accessible only to the administrator
if ... admin
<a href="{CERT_SCRIPT}" ...
else
<a href=""
...