Trying to find the fault. This was working on opensuse 15.4.
using this version /repositories/home:/ecsos - openSUSE Download
Error while running apachectl configtest.
httpd-prefork: Syntax error on line 235 of /etc/apache2/httpd.conf: Syntax error on line 9 of /etc/apache2/vhosts.d/vhost-no-ssl.conf: Could not open configuration file /etc/apache2/vhosts.d/le_http_01_challenge_pre.conf: No such file or directory
Failed to renew certificate [mysite.redirectme.net](http://mysite.redirectme.net) with error: The apache plugin is not working; there may be problems with your existing configuration.
The error was: MisconfigurationError(‘Error while running apachectl configtest.\n\nhttpd-prefork: Syntax error on line 235 of /etc/apache2/httpd.conf: Syntax error on line 9 of /etc/apache2/vhosts.d/vhost-no-ssl.conf: Could not open configuration file /etc/apache2/vhosts.d/le_http_01_challenge_pre.conf: No such file or directory\n’,)
All renewals failed. The following certificates could not be renewed:
/etc/letsencrypt/live/mysite.redirectme.net/fullchain.pem (failure)
vhost-no-ssl.conf
<VirtualHost *:80>
ServerName mysite.redirectme.net
ServerAlias *.mysite.redirectme.net
DocumentRoot “/srv/www/htdocs”
ErrorLog /var/log/apache2/error_log
TransferLog /var/log/apache2/access_log
vhost-ssl.conf
<VirtualHost *:443>
ServerName mysite.redirectme.net
ServerAlias *.mysite.redirectme.net
DocumentRoot “/srv/www/htdocs”
ErrorLog /var/log/apache2/error_log
TransferLog /var/log/apache2/access_log
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/mysite.redirectme.net/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/mysite.redirectme.net/privkey.pem
</VirtualHost>