-
### What is the issue?
Synology (at least DSM version 6) doesn't support ECC based certificates yet, so the Let's Encrypt certificate needs to be RSA based.
### Steps to reproduce
```
admin:…
-
With the current repo state this happens, CNAME records during initial checks are reported one-by-one:
```
$ scripts/cmdeploy run
[ssh] login to c35.testrun.org
Collecting initial DNS settings....…
-
anyone has any idea how to fix this?
**[18:04:06] [err] failed to set up TLS certificates: login.registeringencrypted.com: obtaining certificate: [login.registeringencrypted.com] Obtain: [login.reg…
-
Is there a way to get certs for multiple domains?
Preferably in one file.
I would like to replace the following certbot with this plugin:
`certbot certonly --agree-tos -n --keep-until-expiring --…
-
Worked fine for a number of renewals, but has just now:
```
+ ERROR: An error occurred while sending post-request to https://acme-v01.api.letsencrypt.org/acme/new-authz (Status 500)
Details:
Er…
-
Could this be modified (or it's already available) to mirror traffic to multiple servers?
The use case I would like to implement is in an scenario where I've got only one public IP but multiple ser…
-
When trying to create new certificate I populate the Authentication Settings and when I press next I get the following:
System.ArgumentException: 'authority' should be in Uri format Parameter name:…
-
### 📝 Preliminary Checks
- [X] I tried searching for an existing issue and followed the [debugging docs](https://docker-mailserver.github.io/docker-mailserver/latest/config/debugging/) advice, but st…
-
When executing the script as mentioned, the following Errors occur:
### Creating dummy certificate for ...
Creating nginx_certbot_run ... done
exec /usr/bin/openssl: exec format error
ERROR: 1
…
-
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
…