Cant run succesfully
Hi, I am trying to use your script for using letsencrypt certificates, but it throws errors on me. Can you please advise? :)
- Version of config file and script version are different, had to change that manually
- PHP Warning: fopen(/etc/apache2/conf-available/letsencrypt-webroot.conf): failed to open stream: No such file or directory in /root/ispc-letsencrypt/le2ispc/le2ispc on line 136
Hi there
Thanks regarding the conf version. Fixed that meanwhile.
Are you using apache 2.2 or 2.4?
Hi. its 2.2 (and I updated the config)
did you tell in the config that it's 2.2? Because 2.2 and 2.4 have different folders.
2.2 uses /etc/apache/conf.d/ 2.4 uses /etc/apache/conf-available/
Since your error says it's trying to locate the file on the conf-available folder I assume you didn't set right apache version.
Output was from when I first run the script. I did fix it afterwards, but file still doesnt exists.
PHP Warning: fopen(/etc/apache2/conf.d/letsencrypt-webroot.conf): failed to open stream: No such file or directory in /root/ispc-letsencrypt/le2ispc/le2ispc on line 136
ls -al /etc/apache2/conf.d/letsencrypt-webroot.conf
You're still having issues?