Skip to main content

All Questions

Tagged with
0 votes
1 answer
25 views

I cannot change my Nginx configuration no matter what I try

I'm trying to create a subdomain for hosting files and no matter what I try, autoindex doesn't do anything. I can successfully redirect "public.example.com" to "example.com", but ...
Reverent Lapwing's user avatar
10 votes
2 answers
23k views

What is the purpose of chain.pem files?

A general question about chaim.pem files; I used a csr obtained from my host, and used the Certbot from LetsEncrypt to generate a https cert; I used the following command $ certbot certonly --manual -...
joedotnot's user avatar
  • 471
0 votes
1 answer
4k views

certbot (Let’s Encrypt) for local domain NXDOMAIN looking up A for **.domain

I am trying to use certbot (Let’s Encrypt) for a local domain. In /etc/hosts I have this. 127.0.0.1 myapp.whitebear.com But when I run certbot (Let’s Encrypt) shows this error. How can I set ...
whitebear's user avatar
  • 705
0 votes
2 answers
3k views

Error When Setting up SSL on Alternate Port

I have a web server running on a Raspberry Pi. I am running stunnel on port 443, so I have been working to move my web server to port 8443. I use Let's Encrypt (Certbot) for my SSL certificates, and ...
FlyingHazard's user avatar