I have several Laravel applications hosted on Plesk servers (obsidian 18) - mail on the subdomains for all applications is disabled meaning plesk will not sign outgoing mail for applications using the sendmail or php mail() utilities.
The lets encrypt extension (certbot) is installed on the servers, I was wondering if it is possible to configure the Laravel applications to use the currently installed certbot (by writing a laravel service provider/interface or something) to fetch/renew certificates?