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
Hi,
I have generated the cert and key as such: openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365
Doing openssl verify everything comes ok with both cert and key. However Wombat does not accept the cert (see picture below)
The text was updated successfully, but these errors were encountered:
You need to copy paste the actual contents of the certificate and key into wombat, not the file path.
Sorry, something went wrong.
No branches or pull requests
Hi,
I have generated the cert and key as such:
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365
Doing openssl verify everything comes ok with both cert and key. However Wombat does not accept the cert (see picture below)
The text was updated successfully, but these errors were encountered: