Closed aaronk6 closed 3 years ago
OK, I think I’ve found the bug. My INWX account password contained a comma (,
). I’ve just changed it to a string that does not contain any commas and now it’s working fine.
Hi aaronk6,
the certbot configuration files support comma-separated lists as configuration values. If your password contains such a character, wrap it between quotes: "my pass,word"
. See also https://configobj.readthedocs.io/en/latest/configobj.html#the-config-file-format.
This is unfortunately not very well documented/referenced by the certbot devs. Guess I could simply wrap it in the examples using triple quotes.
Hi @oGGy990,
Ah, that makes sense. I didn’t expect the config file format to be that powerful 😃 Just had a look at the docs and saw it also supports sub sections, multi-line strings, etc. Updating the example to always have triple quotes around the password is a good idea, I think. This should prevent others from running into the same issue.
Again, thanks for your work. This project is exactly what I was looking for and after solving the password issue, it worked perfectly for me!
You're welcome. :-)
I did those changes and added my link from above to the README. But I'm delaying a new release until some more worthy changes come up. It's at least visible on the Github "front-page".
That’s great! Thanks for the quick reply!
Hi,
Thanks for your work!
For some reason, I’m getting the following error when trying to request a certificate:
(Added line breaks for readability and replaced my domain name by test.example.com.)
My config looks like this:
And this is the command:
Thanks!