Branch: refs/heads/master
Home: https://github.com/btcsuite/btcwallet
Commit: 567752ea9b215ebed4b21865bd9de2c2c51cac15
https://github.com/btcsuite/btcwallet/commit/567752ea9b215ebed4b21865bd9de2c2c51cac15
Author: Josh Rickmar <[email protected]>
Date: 2016-02-11 (Thu, 11 Feb 2016)
Changed paths:
M config.go
M rpcserver.go
M sample-btcwallet.conf
Log Message:
-----------
Add option for one time TLS keys.
This option prevents the RPC server TLS key from ever being written to
disk. This is performed by generating a new certificate pair each
startup and writing (possibly overwriting) the certificate but not the
key.
Closes #359.