We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I was trying to use your script in my webfaction account. When I ran the command
python letsacme.py --no-chain --account-key account.key --csr domain.csr --acme-dir challenges > signed.crt
I got the error
ssl.CertificateError: hostname 'USERNAME.webfactional.com' doesn't match either of '*.webfaction.com', 'webfaction.com'
I think it is an error with SNI. When I ran it using Python 3.3.6 it worked like a charm
The text was updated successfully, but these errors were encountered:
Are you using wildcard domain in CSR?
Sorry, something went wrong.
No. I was trying to use it for my webfaction account. It is USERNAME.webfactional.com
No branches or pull requests
Hello, I was trying to use your script in my webfaction account. When I ran the command
I got the error
I think it is an error with SNI. When I ran it using Python 3.3.6 it worked like a charm
The text was updated successfully, but these errors were encountered: