Please verify that you have read and understood the guidelines.
yes
A clear and concise description of the issue.
When trying to create a wildcard certificate in Let's Encrypt in the Namecheap provider, the following error is generated.
certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ...
Certbot can obtain and install HTTPS/TLS/SSL certificates. By default,
it will attempt to use a webserver both for obtaining and installing the
certificate.
certbot: error: unrecognized arguments: --dns-namecheap-credentials /etc/letsencrypt/credentials/credentials-48
at /app/lib/utils.js:16:13
at ChildProcess.exithandler (node:child_process:410:5)
at ChildProcess.emit (node:events:513:28)
at maybeClose (node:internal/child_process:1100:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5)
I was able to solve it by installing the certbot plugin manually:
pip install certbot-dns-namecheap
What settings are you currently utilizing?
Default Settings
Which Linux distribution are you employing?
Debian 12
If relevant, including screenshots or a code block can be helpful in clarifying the issue.
No response
Please provide detailed steps to reproduce the issue.
Please verify that you have read and understood the guidelines.
yes
A clear and concise description of the issue.
When trying to create a wildcard certificate in Let's Encrypt in the Namecheap provider, the following error is generated.
I was able to solve it by installing the certbot plugin manually:
What settings are you currently utilizing?
Default Settings
Which Linux distribution are you employing?
Debian 12
If relevant, including screenshots or a code block can be helpful in clarifying the issue.
No response
Please provide detailed steps to reproduce the issue.
No response