commit | 91c846b4b67069c4b48c777834fbc95354a5738a | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Wed Apr 12 14:16:31 2017 -0700 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Wed Apr 12 14:22:57 2017 -0700 |
tree | 247f9698b814eba5f7b84e2f882464bd0285abe9 | |
parent | 1bc2346eb5c79ea0d1c8add81494ead783333efd [diff] [blame] |
Add sqlite-based ca storage and change the defualt ca storage type Change-Id: I3572033801bebd78ec16bafa8aabf899e4cb3934 Refs:#4044
diff --git a/src/ca-module.hpp b/src/ca-module.hpp index 240a011..39597e9 100644 --- a/src/ca-module.hpp +++ b/src/ca-module.hpp
@@ -49,7 +49,7 @@ public: CaModule(Face& face, security::v2::KeyChain& keyChain, const std::string& configPath, - const std::string& storageType = "ca-storage-memory"); + const std::string& storageType = "ca-storage-sqlite3"); ~CaModule();