How to get Lightning TLS Cert (Hex String)?

I found the answer somewhere else, here is how to get the hex string of the tls.cert:
xxd -p -c2000 ~/umbrel/app-data/lightning/data/lnd/tls.cert

1 Like