Ne0nd0g / merlin

Merlin is a cross-platform post-exploitation HTTP/2 Command & Control server and agent written in golang.
GNU General Public License v3.0
5.06k stars 801 forks source link

Usage of Let's Encrypt #120

Closed symmetrisch closed 2 years ago

symmetrisch commented 2 years ago

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 commented 2 years ago

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

symmetrisch commented 2 years ago

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