mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Some more cleanup
This commit is contained in:
parent
b0e716b7f2
commit
2b1bf4e728
2 changed files with 5 additions and 4 deletions
|
|
@ -40,8 +40,5 @@ export const LOGGING_SILENT = "silent";
|
|||
export const LOGGING_NORMAL = "normal";
|
||||
export const LOGGING_VERBOSE = "verbose";
|
||||
|
||||
// OS trust store paths
|
||||
export const DARWIN_CA_PATH = "/Library/Keychains/System.keychain";
|
||||
export const LINUX_CA_PATH = "/usr/local/share/ca-certificates/safe-chain-ca.crt";
|
||||
export const SAFE_CHAIN_CA_COMMON_NAME = "safe-chain proxy";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue