search for: amavarick

Displaying 3 results from an estimated 3 matches for "amavarick".

2018 Mar 05
3
How do I combine my ssl certs?
I have https/ssl on my site ok, but it uses two certificates from letsencrypt which renew automatically every three months. However - Icecase says. ssl-certificate If specified, this points to the location of a file that contains both the X.509 private and public key. This is required for HTTPS support to be enabled. Please note that the user Icecast is running as must be able to read the file.
2018 Mar 06
0
How do I combine my ssl certs?
Robert, There is a github repo that will create and then another script to renew your Let's Encrypt Certs for Icecast. The commands are well documented to help you customize for your specific implementation. The Repo is here: https://github.com/amavarick/letsencrypt_certbot_standalone_icecast The commands to concatenate the certs are: #Replace domain.tld for the name of your domain as setup in Let's Encrypt. #Append FullChain to Icecast certificate cat /etc/letsencrypt/live/domain.tld/fullchain.pem > /usr/share/icecast/ssl/domain.tld.pem...
2017 Jul 10
0
SSL Setup
I use Let's Encrypt for SSL with icecast. Here is my rudimentary script on GitHub... It does NOT require Apache or nginx. https://github.com/amavarick/letsencrypt_certbot_standalone_icecast On Jul 10, 2017, at 9:39 AM, ScanCaster <scancaster at scancaster.net<mailto:scancaster at scancaster.net>> wrote: On Mon, 10 Jul 2017 09:31:06 +0000, Philipp Schafft wrote: Good morning, The <ssl-certificate> belongs in the <paths&gt...