Unable to use custom certbot plugin #26
Replies: 2 comments 1 reply
-
?!? What kind of attention do you expect it to get? It's been getting weekly package updates as well as near instant certbot and dns plugin updates. I'd argue that it's so stable it doesn't need anything else other than regular updates. |
Beta Was this translation helpful? Give feedback.
-
|
The linked issues aren't all the same. One of them has the dns plugins listed, but the selected plugin is not installed prior to that so it's not on the list, hence the failure. In your case, you can exec into the container and run Also you didn't post a full log so I can't confirm that the multi plugin was indeed installed prior to that step. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to switch from one of the DNS services built into the swag container to another that isn't natively supported, but for which a certbot plugin exists.
I've set up a fresh swag container with a basic docker-compose.yml file that works fine when I choose a built-in DNS validation plugin (tested with desec), but it fails with the following changes to the configuration:
The above configuration installs the certbot-dns-multi package with all its dependencies and produces no error messages. Unfortunately swag doesn't seem to accept it, as I get stuck at the following output:
Instead of the expected list of the allowed (default) plugins, the output simply stops here.
I've tried looking at previous issues in the
linuxserver/swag-dockerrepo and found similar or identical issues here, here and here.In reply to what I've read there:
/proc/cpuinfoand SSE4_2 is definitely present.At this point I'm wondering if I'm doing anything wrong or if this is a problem in the container that's been around for over a year without getting any developer attention. The issues I linked to have all been closed but not fixed.
Beta Was this translation helpful? Give feedback.
All reactions