Allow TLS for Wallet APIs (#1626)
* Allow TLS for Wallet APIs This PR adds an optional support of TLS for wallet APIs. Only PKCS12 format is supported, will address .pem support in next PR and provide some documentation. Address #1425
This commit is contained in:
@@ -263,6 +263,7 @@ impl Server {
|
||||
Arc::downgrade(&tx_pool),
|
||||
Arc::downgrade(&p2p_server.peers),
|
||||
api_secret,
|
||||
None,
|
||||
);
|
||||
|
||||
info!(
|
||||
|
||||
Reference in New Issue
Block a user