decred / dcrtime

Decred anchored timestamp client, proxy, and server.
ISC License
28 stars 23 forks source link

dcrtimed: Client certs for gRPC dcrwallet changes #77

Closed amass01 closed 3 years ago

amass01 commented 3 years ago

This diff allows dcrtimed to communicate with dcrwallet via gprc.

With decred/dcrwallet#1867, one must use https://github.com/decred/dcrd/tree/master/cmd/gencerts to create a fresh keypair (default: client.pem and client-key.pem) at the appdata directory of dcrtimed. Then they must also concat the content of client.pem to their clients.pem file under chosen dcrwallet appdata directory.