-
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
…
-
Hello,
Like a lot of educational institutions we have our own certificate provider which is more secure than letsencrypt. It is very time consuming to first deal with letsencrypt than remove all the …
-
With this password I can log in to the HE account from a web browser, the problem was temporarily solved by changing the password to the one that does not contain signs.
In my case, that password con…
-
Trying to set up geonode on Docker. Django container is stuck on perpetual restart loop and returns below errors when I examine the logs using `docker-compose logs -f django`
> django4project_geono…
-
em-websocket wont connect over SSL
When trying to connect on `secure => false` connection is working perfectly
but when we try to include `tls_options` and set secure to true.
server just wont start.…
-
_Smart-UPS 3000 RM
AP9630JN ( I dont know what the JN means in the model name could not find online)_
**When I try to use with Letsencrypt certificate (created with Certbot)
It only creat…
-
Right now go.mod depends on:
```
github.com/letsencrypt/pkcs11key v2.0.1-0.20170608213348-396559074696+incompatible // indirect
```
However, I've fixed the go modules "incompatible" problem an…
-
It would be nice if the certbot renew job was added to cron automatically.
For my purposes, I just invoked Ansible's cron module, like this
https://github.com/perchrh/ansible-letsencrypt/commit/9…
-
## My operating system is (include version):
Debian 12.5, x64
## I installed Certbot with (snap, OS package manager, pip, certbot-auto, etc):
OS package (certbot 2.1.0-4)
## I ran these comman…
-
openssl ocsp does not honor http_proxy environment variable and there is no option to specify a proxy.
There is an easy way to use a http proxy though. A typical ocsp fetch command issued by dehydr…