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

Usage of Let's Encrypt #120

Closed
symmetrisch opened this issue Dec 24, 2021 · 2 comments
Closed

Usage of Let's Encrypt #120

symmetrisch opened this issue Dec 24, 2021 · 2 comments

Comments

@symmetrisch
Copy link

I converted default Let's Encrypt files

openssl x509 -outform der -in fullchain.pem -out server.crt
cp privkey.pem server.key

but Merlin teamserver ignores them

[-] Certificate was not found at: (path was correct)

Am I doing something wrong?

@Ne0nd0g
Copy link
Owner

Ne0nd0g commented Dec 27, 2021

What version of Merlin were you using? What operating system were you using? The output format should be PEM, not DER.

@symmetrisch
Copy link
Author

symmetrisch commented Dec 27, 2021

Thanks for your fast reply. Latest version on latest Kali/Debian.
Yes, your note solved it! So, for the record, there is "nothing" to do...

cp fullchain.pem server.crt
cp privkey.pem server.key

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

2 participants