Questions tagged [certbot]

328 questions
0
votes
0 answers

how to get www site to automatically redirect to non-www

I'm trying to automatically redirect this site to non-www , I have setup a https certificate through certbot. At the moment I have 2 seperate domains one with www and one without, if a user is logged into the site without 'www' they have to login…
0
votes
0 answers

letsencrypt not working for base domain

I'm using centos 8, and have installed let's Encrypt certificate that's not working for base (root) domain but working for sub domain. I've checked certificates available for both root and sub domains Found the following certs: Certificate Name:…
0
votes
1 answer

Can't use Certbot to SSL for Nginx with reactjs app and laravel subdirectory in subdomain

I have domain at 1 IP and subdomain at other IP. I had config nginx url for FE: http://subdomain/ and for BE: http://subdomain/api. And I need ssl for subdomain use Certbot, at this I have react app for FE and php laravel for BE all in docker, but…
0
votes
0 answers

Certbot renew running but not renewing - 2021

I have exactly the same issue as this post 3 years ago. Certbot timer is working, but the cert will not renew every 90 days. I resorted to booting the server and the cert will be updated. I have also shown my certbot system status and…
0
votes
1 answer

Can 2 websites www.example.com and www.example.eu reside on the same server

We have 2 websites and want to get a SSL-certificate for both: www.example.de www.otherExample.eu Both sites reside on the same server under different root with their own config-file. With certbot I got a certificate for each one of the sites:…
Zehke
  • 13
  • 4
0
votes
2 answers

How to do IP canonicalization with Nginx and Certbot

I have multiple services running on my server which will be accessed via nginx and encrypted by certbot. If i want to acess my service with my http://example.com, I get redirected to http(s)://example.com, which is great. However, if I type in my…
0
votes
0 answers

NGINX Is redirecting to localhost:3000

I'm using ruby on rails in a docker container running my website https://redrebelgames.com on port 3000. I'm trying to setup NGINX to redirect http:// traffic to https:// and redirect port 80 to port 3000. It's working if you go directly to the IP…
Ryan Glenn
  • 101
  • 1
0
votes
1 answer

apache how configure multi domain https redirection?

I've an apache running under AWS Elastic beanstalk. I've got several different domains and I want all of them to end in a specific domain name, in HTTPS. The redirection from other domains e.g. https://domain1.com to https://maindomain.com returns a…
0
votes
1 answer

Litespeed + Certbot - Invalid cert, expired

I keep getting an issue where my site reports the site as having an invalid SSL. ERR_CERT_DATE_INVALID (in chrome) It is simply fixed by restarting LSWS. I therefore checked my cron for certbot and it looks correct? 0 */12 * * * root test -x…
oldskoo1
  • 11
  • 1
0
votes
1 answer

Is it necessary or advisable to preserve SSL certificates when moving to a new server?

I have one domain that I'm serving a site on from a VPS. I used certbot to get certificates and automatically set up TLS on the nginx server. If I'm moving the site to a new VPS is there any reason to preserve the certificates and letsencrypt…
0
votes
2 answers

Possible conflict with multiple SSL certificates?

We currently have a SSL certificate for mycompany.com in GoDaddy and they are asking me to get one for our QA department for the URL qa.mycompany.com. I have installed certificates just fine with Let's Encrypt before, but never for a subdomain, and…
Tirux
  • 3
  • 5
0
votes
1 answer

DDNS Certificates, Multiple Domains, Let's Encrypt, Certbot, Nginx, Ubuntu

I am a little confused and am looking for some guidance. I am running the latest Nginx on a home machine running Unbuntu 20.04 version 2. I have pfsense as my router/firewall running on a different machine. I have setup a DDNS…
Garet Jax
  • 115
  • 5
0
votes
0 answers

Cron running Cerbot every minute

I have a peculiar problem. For some reason as the clock struck midnight on February 1st, cron is now running certbot every minute trying to renew a certificate. When running sudo crontab -l I get the following output, which I can't really understand…
Stuggi
  • 3,506
  • 4
  • 19
  • 36
0
votes
0 answers

Proxmox | /etc/default/pveproxy file

I have a small problem. I was trying to disable access to the proxmox web panel for the ip address and enable it for my domain. As I saw on the proxmox website (https://pve.proxmox.com/pve-docs/pveproxy.8.html) I can create the pveproxy file for…
0
votes
0 answers

Send command to another machine in a secure credential way

I have a question to ask you: I am creating a script to use with certbot for the renewal of certificates via DNS, everything works correctly on the same machine where BIND is also running (this machine is experimental). Since the automation tests…
MrTaik
  • 27
  • 8