Hello
after LetsEncrypt installation I am getting this error:
Blockquote
root@ma01:~# systemctl status apache2.service
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2019-05-27 18:06:04 CEST; 2min 25s ago
Process: 6817 ExecStop=/usr/sbin/apachectl stop (code=exited, status=1/FAILURE)
Process: 8600 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)
Main PID: 18502 (code=exited, status=0/SUCCESS)
CPU: 44ms
Mai 27 18:06:04 ma01 systemd[1]: Starting The Apache HTTP Server…
Mai 27 18:06:04 ma01 apachectl[8600]: AH00526: Syntax error on line 30 of /etc/apache2/sites-enabled/univention-letsencrypt.conf:
Mai 27 18:06:04 ma01 apachectl[8600]: SSLCertificateFile: file ‘/etc/univention/letsencrypt/signed_chain.crt’ does not exist or is empty
Mai 27 18:06:04 ma01 apachectl[8600]: Action ‘start’ failed.
Mai 27 18:06:04 ma01 apachectl[8600]: The Apache error log may have more information.
Mai 27 18:06:04 ma01 systemd[1]: apache2.service: Control process exited, code=exited status=1
Mai 27 18:06:04 ma01 systemd[1]: Failed to start The Apache HTTP Server.
Mai 27 18:06:04 ma01 systemd[1]: apache2.service: Unit entered failed state.
Mai 27 18:06:04 ma01 systemd[1]: apache2.service: Failed with result ‘exit-code’.
type or paste code here
all I can do is uninstalling letsencrypt and remove the letsencrypt folder with the command:
univention-app remove letsencrypt
but every time I try to install LetsEncrypt again the same problem apears.
What can I do, how to completely remove Letsencrypt and reinstall it?
thanks
Urs