Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong certbot output when --csr specifies non-existing file #9861

Open
CaledoniaProject opened this issue Dec 14, 2023 · 0 comments
Open

Wrong certbot output when --csr specifies non-existing file #9861

CaledoniaProject opened this issue Dec 14, 2023 · 0 comments

Comments

@CaledoniaProject
Copy link

I'm trying to generate a cert with this command,

# certbot certonly --csr server.1csr --manual
usage:
  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: argument --csr: No such file or directory

However the output is misleading. It is actually server.1csr is missing, but the output tells me that certbot is treating --csr as a filename, it's very very confusing. I even tried to use certbot --csr XXX certonly instead, then I realized the output is misleading.

Please fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant