Questions tagged [certbot]

328 questions
1
vote
0 answers

Ubuntu Certbot SSL not working 18.04

I am trying to integrate SSL with my Laravel site http://enablerochester.com. I tried following the tutorial for setting up certbot on Ubuntu 18.04 here:…
1
vote
2 answers

Is it necessary to buy a domain in order to run the Let's Encrypt DNS Challenge on the intranet?

This question(s) might sound naive to many of you, but I'm more of a developer than a sysadmin, so it'd be extremely useful to have some advice before digging in. Let's say I own the foobar.com domain for my public sites and need to generate a Let's…
1
vote
1 answer

Can't turn SSL on a docker's nginx container

I'm new to docker and try to build an image based on Alpine to take care of my websites with HTTPS connexions. Currently i'm at the step to make it work from the container so i'm not finished yet with my Dockerfile my Dockerfile : FROM alpine RUN…
idiocrate
  • 23
  • 5
1
vote
2 answers

let's encrypt AWS redhat

I'm setup a server for testing in AWS EC2 and I can't secure the default domain. I'm following this tutorial https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/SSL-on-an-instance.html I've install: Apache SSL now I'm trying to secure with Let's…
Seba
  • 167
  • 10
1
vote
1 answer

Deleting Cerbot-issued certificate

I have a production server. I created an exact copy of that server for development. example.com (Production Server) dev.example.com (Development Server) Because it is an exact replica, it also carried over the SSL certificates (Let's Encrypt)…
X33
  • 125
  • 6
1
vote
2 answers

Your connection is not secure Certbot / LetsEncrypt

I have enabled SSL for my https://example.com and that works fine, but if somone try's to enter https://www.example.com I get the message: Your connection is not secure. Is there a way to redirect all WWW to non-http before checking the…
sdfgg45
  • 195
  • 1
  • 1
  • 6
1
vote
1 answer

Where does Certbot serve up HTTP-01 challenges from?

I am diagnosing a weird problem with some of my Ubuntu 14 LTS / Apache 2.4 machines with Certbot renewals. Yes, I know Ubuntu 14 LTS is EOL soon; these are some of the straggler machines on the rebuild list. Essentially, Certbot has been working…
mpdonadio
  • 190
  • 11
1
vote
2 answers

How to update email address to receive expiry notification from letsencrypt?

I am trying to update the old email address which was being used to recieve expiry notification from the amazing Letsencrypt. However, I did not find a way to do it amazingly :O. What I did try however: I deleted the old certificate in the hope…
busythomas
  • 91
  • 2
  • 9
1
vote
1 answer

SSL Certificate, Redirect, No-www done right (apache)?

MY GOAL I would like to make a website accessible only via SSL (encrypted) and with many domains redirecting to only one master domain (no duplicate content) and all www variants should be no-www. The website is hosted by an apache server and…
1
vote
0 answers

certbot creates a certificate with "wwww" instead of a bare domain one - unlike before

I've been creating certificates this way for over a year: export website="my_domain1111.com" sudo certbot certonly --standalone -d $website -d www.$website --email hello@$website and it's always created one for…
Katta
  • 19
  • 2
1
vote
1 answer

ngnix: .well-known acme-challenge security warning

First, I am not sure if this is right place to put my question. But it relate to ngnix configuration done by certbot on my server. It add following line for domain in configuration location ~ "^/.well-known/acme-challenge/(.*)$" { default_type…
Sumit Gupta
  • 111
  • 4
1
vote
0 answers

Certbot doesn't find all my domians from Apache config

I'm trying to install Lets-encrypt SSL certificate by using certbot. When typing certbot , I get a list of some domains from my apache config, how ever it seems if I have multiple VirtualHosts in a single conf file. then domains are not listed. Is…
Zhenyu
  • 263
  • 1
  • 3
  • 10
1
vote
2 answers

Nginx ssl configuration using certbot

I'm trying to figure out what is wrong with my setup. I used certbot to enable https on my website. Attached is my nginx config map $sent_http_content_type $expires { default off; text/html epoch; …
primerg
  • 11
  • 2
  • 5
1
vote
1 answer

Certbot fails to implement redirection to https for Apache2 web site

The question I want to understand how to implement redirection from http to https, using Apache2 with certification from Certbot. The details On a fresh server running Ubuntu 16.04, I've installed a "Perfect Server" setup (ISPConfig, Postfix,…
James Newton
  • 113
  • 1
  • 7
1
vote
2 answers

Your connection is not private (NET::ERR_CERT_AUTHORITY_INVALID)

URL : https://vishnubathala.com/ **Error** Subject: www.example.com Issuer: www.example.com Expires on: Aug 3, 2027 Current date: Nov 9, 2017 PEM encoded chain: -----BEGIN…