Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: jiwon.me
I ran this command: sudo certbot --apache
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
The apache plugin is not working; there may be problems with your existing configuration.
The error was: PluginError(‘There has been an error in parsing the file /etc/apache2/sites-available/certbot.log on line 2: Syntax error’,)
My web server is (include version): Server version: Apache/2.4.25 (Raspbian)
The operating system my web server runs on is (include version): Raspbian GNU/Linux 9 (stretch)
My hosting provider, if applicable, is: https://dnszi.com
I can login to a root shell on my machine (yes or no, or I don’t know): yes
I’m using a control panel to manage my site (no, or provide the name and version of the control panel): ?
Ridiculously, I tried to delete certbot because it keeps saying error while trying to activate https.
It was a silly decision, but anyway I ran the command apt-get purge certbot
, then reinstall the certbot.
Then first, I ran the command certbot --apache
, and it gave me this message below.
Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.
Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.
And I searched and found another command,
certbot --authenticator standalone --installer apache -d jiwon.me --pre-hook "systemctl stop apache2" --post-hook "systemctl start apache2"
Then it gave me this message.
Saving debug log to /var/log/letsencrypt/letsencrypt.log
The apache plugin is not working; there may be problems with your existing configuration.
The error was: PluginError('There has been an error in parsing the file /etc/apache2/sites-available/certbot.log on line 2: Syntax error',)
I did a terrible mistake and I don’t know what to do at all.
Please, please help me.