Thread: Generate CSR
View Single Post
Old 12-17-2016, 01:12 AM   #3
Junior Member
 
Join Date: May 2016
Posts: 26
Trax is on a distinguished road
Default

I've just tried a letsencrypt certificate which i have installed and the certificate was saved to etc/letsencrypt/live/mydomainname.com

I've edited the ihttpd file with this information which results in "mydomainname.com refused to connect." Ive tried all diffrent ways including turning the port on and off without and luck.

Code:
listen {
	ip 123.132.123.123
	port 443
	redirect
    cert etc/letsencrypt/live/mydomainname.com/cert.pem
	certkey etc/letsencrypt/live/mydomainname.com/privkey.pem
}
Any ideas whats going on?

Ps: The Domain and IP have been altered for this post.
Trax is offline   Reply With Quote