Certificate Imports/Exports (#687)

* allows for root/int certificate imports, certain invariants are not checked at this time

* refactor ssl module to only import root certificate

* implements certificate export, propagates import functionality all the way to NetController::init
This commit is contained in:
Keagan McClelland
2021-10-18 17:28:01 -06:00
committed by Aiden McClelland
parent 0f9c20f5f8
commit f7465da797
4 changed files with 87 additions and 16 deletions

View File

@@ -156,6 +156,7 @@ impl RpcContext {
base.tor_control
.unwrap_or(SocketAddr::from(([127, 0, 0, 1], 9051))),
secret_store.clone(),
None,
)
.await?;
let managers = ManagerMap::default();