lets-encrypt

Letsencrypt Certbot error [closed]

跟風遠走 提交于 2019-12-12 03:43:54
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . I'm trying to generate a certificate on a Digital Ocean droplet running Ubuntu 12.04 following this guide: https://certbot.eff.org/#ubuntuother-other I see the following error: ./certbot-auto certonly ... Creating virtual environment... Installing Python packages... ... copying src/cryptography/hazmat/backends

How do I use Let’s Encrypt with GitLab under Plesk on Subdomain?

Deadly 提交于 2019-12-11 12:49:21
问题 I got GitLab up and running, but currently it doesn't use SSL. I use the Let's Encrypt Plesk Extension to get free SSL Certificates in general. This is what my setup looks like: Plesk v12.5.30_build1205150826.19 os_Ubuntu 14.04 GitLab 8.8.5 Let's Encrypt Plesk Extension v1.6 Release 1 Plesk Subdomain: git.my-domain.com Plesk Apache & nginx Settings for git.my-domain.com: Additional directives for HTTP : <Location /> ProxyPass http://IP-of-my-domain:9999/ ProxyPassReverse http://IP-of-my

Certbot cannot reach nginx webroot running django

本秂侑毒 提交于 2019-12-11 07:59:03
问题 I'm working through https://serversforhackers.com/video/letsencrypt-for-free-easy-ssl-certificates and https://certbot.eff.org/docs/intro.html , trying to add an ssl certificate to my site. I tried: root@server:/opt/certbot# ./certbot-auto certonly --webroot -w /var/www/html --agree-tos --email me@yahoo.com -d mysite.com -d www.mysite.com --non-interactive Saving debug log to /var/log/letsencrypt/letsencrypt.log Obtaining a new certificate Performing the following challenges: http-01

Letsencrypt, nginx and virtual servers on Ubuntu

∥☆過路亽.° 提交于 2019-12-11 04:42:06
问题 I am using a useful tool to automate the creation and renewal of SSL certs from letsencrypt. I have "parametised" the steps shown on the linked site, so that I can use the instructions to obtain and maintain SSL certs for multiple websites. I am running nginx on Ubuntu 16.0.4 LTS. I am running multiple virtual servers with nginx. I managed to successfully obtain certificates for the first domain (foo.com, www.foo.com, mail.foo.com), so I know that my "parametisation" of the steps/script etc

How to configure a secure (HTTPS) domain with Redbird reverse proxy

我与影子孤独终老i 提交于 2019-12-11 03:47:04
问题 I’d like to know how to configure a secure domain with Redbird proxy properly. The basic info is a bit confusing because examples are slightly fragmented. I suppose it should be possible with letsencrypt automatically (as claimed there). I’ve tried: var proxy = require('redbird')({ port:80, ssl: { port: 3000, letsencrypt: { path: '../SSL-certs', } } }); proxy.register('secure-web.net', 'http://xx.xx.xxx.xxx:8080',{ ssl: { letsencrypt: { email: 'my@mail.com' } } }); proxy.register('insecure

Renew manually Let's Encrypt SSL certificate

若如初见. 提交于 2019-12-11 01:29:02
问题 My Let's Encrypt SSL certificate will expire in 0 day (not yet)... I use it for a website in nginx & a ubuntu 14.04 server in DigitalOcean. I have found a folder /etc/letsencrypt/ , and in the server block: ssl_certificate /etc/letsencrypt/live/mysite.com/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/mysite.com/privkey.pem; However, I cannot find for example letsencrypt-auto Does anyone know how to manually renew it? 回答1: Actually, I don't remember how I generated the SSL

ASPNetCore MVC Routing Let Server Handle Specific Route

我怕爱的太早我们不能终老 提交于 2019-12-11 00:16:00
问题 This is a fork of a previous, unresolved question On a remote web host, I am a user. It is a shared hosting environment. The host uses Plesk, and I am trying to fix my AspNetCore application to allow Let's Encrypt's installation and automatic renewal. I am positive the AspNetCore application is interfering with the Let's Encrypt installation and automatic renewal, since I can create an empty site and install Let's Encrypt certs with no trouble, and when I create a fresh site with a

certbot-auto / letsencrypt setting up one key for multiple domains pointing to the same server

谁说胖子不能爱 提交于 2019-12-10 18:48:58
问题 I'm really more of a front-end dev so server config stuff is very new territory for me, sorry if this is an easy question! I'm running into some trouble trying to get my certbot-auto to generate an SSH key for multiple domains, pointing to one box. I have 3-4 domains ( domain1.net , domain2.io , domain3.me , domain4.codes ), which are all pointing to the same Digital Ocean droplet. Previously ( couple months back ), I had attempted this with letsencrypt directly ( no certbot at that time ).

GitLab self host SSL issues - validation failed for domain

℡╲_俬逩灬. 提交于 2019-12-10 17:35:41
问题 I am attempting to setup gitlab self host, which has been relatively easy, but have started to stumble at the let's encrypt setup part of the integration. There was an error running gitlab-ctl reconfigure: letsencrypt_certificate[gitlab.cloudcreations.co.uk] (letsencrypt::http_authorization line 3) had an error: RuntimeError: acme_certificate[staging] (/opt/gitlab/embedded/cookbooks/cache/cookbooks/letsencrypt/resources/certificate.rb line 20) had an error: RuntimeError: [gitlab

Invalid push endpoint error during Google Pub/Sub subscription creation

心已入冬 提交于 2019-12-10 14:18:45
问题 I've gone through all the prereqs on Google's site. Got and installed a SSL cert (from Let's Encrypt) on server. Registered and verified the domain (yes, the https url) on Google Search Console (like https://example.org). Added to the domain to my API Credential's Domain Verification. topic='projects/myproject/subscriptions/mytopic' sub='projecs/myproject/subscription/mysub' client.projects().topics().create(topic=topic, body={}).execute() client.projects().subscriptions().create(name=sub,