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
1 answer
520 views

Why is it better to configure ACME client to trust private CA root certificate than to add the certificate to the CA store?

I am creating a self-hosted CA for my internal home network as a hobby project and to learn something new. I'm using Smallstep's open-source step-ca and step CLI. After creating the CA, the next step ...
Iceape's user avatar
  • 115
0 votes
1 answer
443 views

Why is Snappy hanging on any command?

Server is AlmaLinux 8.5 (converted from CentOS). I had been doing some work to add a new web site which included the usual dnf update and also installing php81-php-fpm and some associated packages. ...
zkarj's user avatar
  • 103
0 votes
2 answers
306 views

Is it possible to re-enter the process in Linux?

I ran the certbot program to give out a certificate for a domain. During domain verification when the program was running my ssh session with the server crashed. Logging back to the server I wanted to ...
nsog8sm43x's user avatar
0 votes
1 answer
408 views

Enable ssl on my apache webdav using letsencrypt and certbot

I have a raspberry pi and use apache and webdav to serve photos to family and friends. I think I have a very basic configuration. I have a file 000-default.conf and a second webdav.conf. In order to ...
anjuta's user avatar
  • 101
0 votes
1 answer
639 views

Let's Encrypt + certbot - no /etc/letsencrypt/live dir

I tried to install certificates for three domains on Apache running under Linux 2 at Amazon AWS. One of the domains failed. Got this message: Performing the following challenges: http-01 challenge ...
user1147171's user avatar
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
8 votes
2 answers
5k views

certbot: error: unrecognized arguments: --dns-digitalocean-credentials

Trying to execute this command sudo certbot certonly --dns-digitalocean --dns-digitalocean-credentials ~/.secrets/digitalocean.ini -d "*.example.com" --preferred-challenges dns --server https://acme-...
Anatolii Kovalchuk's user avatar
1 vote
1 answer
598 views

certbot certonly dynu (dynamic dns) timeout during connect even though the URL is accessible

I see other questions with the same error but their answers/resolutions do not work or apply to me. My setup: I have a server at home behind a router There is no firewall on the server and it is ...
IMTheNachoMan's user avatar
1 vote
3 answers
12k views

letsencrypt/certbot systemd timer/service not working on Ubuntu 18.04

I installed certbot for nginx and the autorenew script set itself up automatically, but this is the email I receive, whenever it runs: /home/foobar/certbot-renew.sh: 1: /home/foobar/certbot-renew.sh: ...
moritzjacobs's user avatar
0 votes
1 answer
473 views

Failure installing `linux-cloud-tools-common` on Ubuntu 14.04

I'm trying to set up Certbot on an Ubuntu machine but getting the following error when trying to run apt-get install software-properties-common: Setting up linux-cloud-tools-common (3.13.0-46.77) ... ...
bannus's user avatar
  • 101
5 votes
2 answers
2k views

certbot-auto ImportError: No module named _ssl

Running certbot-auto gives this output: Error: couldn't get currently installed version for ... File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/cryptography/hazmat/bindings/...
Cam's user avatar
  • 271
1 vote
1 answer
1k views

Letsencrypt Timeout reasons

I am having problems when renewing my letsencrypt certificate. I am using nginx and certbot for renewal. Output is the following: Attempting to renew cert from /etc/letsencrypt/renewal/example.com....
user2089648's user avatar