mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
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:
committed by
Aiden McClelland
parent
0f9c20f5f8
commit
f7465da797
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user