Hello.
I need to secure my ssl stream with https and have alreadytried using stunnel.
The problem is i can't locate the following certificates needed for configuration.
[shoutcast]
accept = 1234
connect = 1.2.3.4:8820
cert = /etc/letsencrypt/live/radio.domain.tld/fullchain.pem
key = /etc/letsencrypt/live/radio.domain.tld/privkey.pem
Could you please help on how i can get those keys from my domain that already has a Let's encrypt SSL certificate assigned?
The other method is to use the following order and create the stunnel.pem
rsa key first
certificate second
cabundle/intermediate third
I just can't figure out where to get those. I have already tested the keys from /etc/pki/tls/private/domain.tld.key
Thank you in advance