-
I am hosting a game server (Websocket-sharp + Unity Headless) on a linux server with NGINX as a proxy.
NGINX configuration
```
server {
server_name game.okdev.se; # managed by Certbot
…
-
**Checklist**
- Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image?
- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have yo…
-
I encounter this error in step 3(Usage)
Traceback (most recent call last):
File "/usr/local/bin/certbot", line 11, in
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/certbot…
-
trying the following produces a requirement of pyOpenSSL >0.14 but latest p27 is 0.13.1
```
certbot --staging --text --agree-tos --email email@domain.com --expand --renew-by-default --configurator…
-
Thanks for your great tools.
I am currently trying to use it on CentOS 7.4 Machine. After spending several hours, I figure out that the tools must be run using Python requests between 2.9.0 and 2.17.…
-
By adding a Let's Encrypt Certificate I got an Internal Error with too many failed authorizations recently: see https://letsencrypt.org/docs/failed-validation-limit/
```
CommandError: Saving debug…
-
```
Traceback (most recent call last):
File "/usr/bin/certbot", line 11, in
load_entry_point('certbot==0.40.0', 'console_scripts', 'certbot')()
File "/usr/lib/python3/dist-packages/certbo…
-
Let's Encrypt fails during an install on a clean Ubuntu 22.04 Vultr VPS
```
$ ansible-playbook -i inventory/hosts lemmy.yml --become
PLAY [all] ***************************************************…
-
my recipe:
```
node.default['certbot-exec']['agree_to_tos'] = true
node.default['certbot-exec']['email'] = 'mymail@gmail.com'
certbot_exec 'mysite.ddns.net' do
domains 'mysite.ddns.net'
…
-
**Checklist**
- Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image?
- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have y…