diff options
author | 2018-08-29 16:10:32 -0700 | |
---|---|---|
committer | 2018-08-29 16:18:01 -0700 | |
commit | a0518e0e796cca747e5c1a122adf191887941f0e (patch) | |
tree | d41c3812a69319a042abcb7577cc3e9587554834 | |
parent | 863cee7234098fa385f81b10a239c3a5e9a45af7 (diff) |
Add config file for pkcs11
This file will be used by ca property file
to trigger pkcs11 keystore to be used by local CA
Change-Id: I7dd5d668bbf438d4a0e347835ca92ae9202f3a50
Issue-ID: AAF-413
Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
-rw-r--r-- | resources/config/local/org.osaaf.aaf.cm.pkcs11 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/config/local/org.osaaf.aaf.cm.pkcs11 b/resources/config/local/org.osaaf.aaf.cm.pkcs11 new file mode 100644 index 0000000..05fe60f --- /dev/null +++ b/resources/config/local/org.osaaf.aaf.cm.pkcs11 @@ -0,0 +1 @@ +name = localca |