i've got two listeners setup, one for port 80 and the other for 443, created the ssl using certbot certonly which issues the ssl .pem files successfully ..
both listeners have the the domains added, there are two virtual hosts added, going to different paths, one for each domain, ssl is added against each virtual host with its corresponding privkey.pem and fullchain.pem but it doesnt recognize ssl,
ssl only works for one of the domains when its added into the listener, but it only lets me add one of the ssl certificates which means one website has a working ssl and the other has a refused to connect error.. ive tried turning chained certificate to yes for both but it doesn't do anything ..
does it not work with .pem files? do i need .key and .crt files instead?
any idea how to get it working? i checked the guide, seems to only guide you for a single domain server not when you have more than one.
both listeners have the the domains added, there are two virtual hosts added, going to different paths, one for each domain, ssl is added against each virtual host with its corresponding privkey.pem and fullchain.pem but it doesnt recognize ssl,
ssl only works for one of the domains when its added into the listener, but it only lets me add one of the ssl certificates which means one website has a working ssl and the other has a refused to connect error.. ive tried turning chained certificate to yes for both but it doesn't do anything ..
does it not work with .pem files? do i need .key and .crt files instead?
any idea how to get it working? i checked the guide, seems to only guide you for a single domain server not when you have more than one.