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
0 votes
0 answers
14 views

Docker certbot trouble after relocating data-root

Because of my Docker images/containers filling up my root partition, I've been trying to move the data-root directory of my Docker installation to a different location (current: /usr/lib/docker; ...
MPA's user avatar
  • 103
1 vote
0 answers
203 views

SSL certificates not being generated with Certbot for Nginx when using Docker

If I understand this correctly what you are required to do is to have a web server being hosted at a specific domain and then execute the certbot command with specific arguments. I have created a ...
Zoumath's user avatar
  • 11
1 vote
1 answer
147 views

What comes first - Certbot or nginx?

I am trying to set up nginx to act as a reverse proxy on a small personal server; however, I am encountering some circular logic when I ask certbot to generate SSL certificates. From what I can tell, ...
henley's user avatar
  • 21
1 vote
0 answers
3k views

PHP webpage downloads instead of opens in browser (nginx, php on debian10 server)

I have a server running Debian 10. I have installed nginx (1.18.0) and php and php-fpm (7.4.28). Following this guide https://landchad.net/index I was able to get html website with certification by ...
Vojta Klimes's user avatar
1 vote
0 answers
1k views

Certbot 1.12.0 - How to stop ISRG Root X1 from being signed by DST Root CA X3?

I have an NGINX reverse proxy (nginx/1.21.4 & Debian 11) using certbot (v1.12.0) to get Lets Encrypt certificates for my site. Since the expiry of the DST cert, I had intermittent issues with ...
user avatar
0 votes
1 answer
1k views

Certbot fails to start nginx

I am using kernel 3.10 on CentOS 7. I have successfully installed CertBot 1.10.1 using alternative installation instructions as certbot-auto. I have manually added certbot-auto to autorun via systemd ...
Alex's user avatar
  • 192
3 votes
1 answer
417 views

certbot-auto fails to install automatic renewal?

I am using kernel 3.10 on CentOS 7. I have successfully installed CertBot 1.10.1 using alternative installation instructions as certbot-auto. Running certbot-auto successfully generated certificates ...
Alex's user avatar
  • 192
0 votes
0 answers
23 views

nginx and certbot fails

Im trying to setup two sites on my nginx server. pma (phpmyadmin) works as it should. myhome.domain.tld - dosnt work. here is the nginx.conf file. user www-data; worker_processes auto; pid /run/...
sbh7600's user avatar
  • 45
0 votes
0 answers
886 views

Certbot on nginx not creating .well-known directory on website

When trying to install a certificate on an nginx server using sudo certbot certonly --webroot -w [my web root] -d [mywebsite] I get this error: Domain: [mywebsite] Type: unauthorized ...
Binary Breaker_1's user avatar
0 votes
1 answer
2k views

Configuring Certbot for my website: "Network is unreachable"

I am trying to add SSL certificate on my website, I use for this Cerbot from this guide. And when I am typing this command sudo certbot --nginx I see this error: root@vps685363:~# sudo certbot --...
M7six's user avatar
  • 1
1 vote
1 answer
1k views

Running Separate Docker Applications on Different Ports, one as Subdomain

I've rebuilt my personal website as a Dockerized chain as well as a colleagues' web app. Both projects are built using containers are displaying on two separate ports, one on port 80 and one on port ...
Judson James's user avatar
1 vote
0 answers
602 views

Certbot triggers nginx duplicate listen

I am trying to use Certbot with my nginx application, but every time I run sudo certbot --nginx and select "1: Attempt to reinstall this existing certificate" I get this error: Deploying Certificate ...
Simon Berens's user avatar
0 votes
0 answers
949 views

Certbot can't install certificate on nginx

I have a mysterious error when I try to install a certificate on nginx with certbot. I get the following output when I run certbot --authenticator webroot --installer nginx: nginx: [emerg] a ...
Julien L.'s user avatar
1 vote
0 answers
2k views

Why does certbot (letsencrypt) recieve a 403 forbidden?

Trying to create certificates for my domain on a nginx webserver. When certbot is ran it gives me a 403 unauthorized error since it cannot see the file on the domain for some reason, but if I ...
Rhys's user avatar
  • 163