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. crt.sh | 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:freedomradiofm.com
I ran this command:cat /etc/letsencrypt/live/stream.freedomradiofm.com/{fullchain.pem,cert.pem,privkey.pem} ›icecast.pem
mv alexacert.pem alexacert.old ; mv icecast.pem alexacert.pem
ps -ef |grep alexa
It produced this output:
7123 6974 0 16:57 pts/1 00:00:00 grep alexa
icecast2 26045 1 10 Nov06 pts/1 4-14:02:24 /usr/local/bin/icecast -b -c etc/icecast2/alexa.xml
My web server is (include version):
The operating system my web server runs on is (include version):Cent-OS
My hosting provider, if applicable, is: servercheap.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):
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):I don't know how to find version
I am not a Linux user and I was left with this by former engineer. He said to look at the history on the server and just copy what was there. The former engineer is not available to help or to ask questions. I can renew the certificate but it dies prematurely so I am not doing something correctly. Below is what I do to renew.
Enter the following three commands:
root@vps: /etc/icecast2# cat /etc/letsencrypt/live/stream.freedomradiofm.com/{fullchain.pem,cert.pem,privkey.pem} ›icecast.pem
root@vps:/etc/icecast2# mv alexacert.pem alexacert.old ; mv icecast.pem alexacert.pem
root@vps:/etc/icecast2# ps -ef |grep alexa
Reply from Console:
root 7123 6974 0 16:57 pts/1 00:00:00 grep alexa
icecast2 26045 1 10 Nov06 pts/1 4-14:02:24 /usr/local/bin/icecast -b -c etc/icecast2/alexa.xml
Enter next two commands:
root@vps:/etc/icecast2# kill 26045
root@vps:/etc/icecast2# ps -ef |grep alexa
Reply from console:
root 7148 6974 0 16:58 pts/1 00:00:00 grep alexa
Enter next command:
root@vps:/etc/icecast2# /usr/local/bin/icecast -b –c /etc/icecast2/alexa.xml
Reply from console:
Starting icecast2
Detaching from the console
root@vps:/etc/icecast2# Changed groupid to 113.
Changed supplementary groups based on user: icecast2.
Changed userid to 108.
After the last response my streams are now working temporarily. What am I missing or doing incorrectly?
Thanks in advance
Larry