This commit is contained in:
Reinier Criel 2025-11-10 11:28:05 -08:00
parent 1df4e03b47
commit 214161722e
2 changed files with 11 additions and 5 deletions

View file

@ -43,3 +43,5 @@ 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";