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

Failed to find any PEM data in certificate input #49

Open
JoaoSobral opened this issue Feb 6, 2021 · 1 comment
Open

Failed to find any PEM data in certificate input #49

JoaoSobral opened this issue Feb 6, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@JoaoSobral
Copy link

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)
Screenshot 2021-02-06 at 01 22 19

@rogchap
Copy link
Owner

rogchap commented Feb 18, 2021

You need to copy paste the actual contents of the certificate and key into wombat, not the file path.

@rogchap rogchap added the documentation Improvements or additions to documentation label Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants