Some more cleanup

This commit is contained in:
Reinier Criel 2025-11-10 12:07:16 -08:00
parent b0e716b7f2
commit 2b1bf4e728
2 changed files with 5 additions and 4 deletions

View file

@ -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";