diff options
author | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2016-03-17 17:12:55 +0100 |
---|---|---|
committer | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2016-03-17 17:12:55 +0100 |
commit | 27675f9fe8cfc38d2d1fb89d55865a6499761004 (patch) | |
tree | ead02df86506f17a3c67bfd351b744b440e08543 /id/server/stork2-saml-engine/src/test/resources/p11Conf.cfg | |
parent | beb1b84572d38646d9b55a7014484e5d1cd38eab (diff) | |
download | moa-id-spss-27675f9fe8cfc38d2d1fb89d55865a6499761004.tar.gz moa-id-spss-27675f9fe8cfc38d2d1fb89d55865a6499761004.tar.bz2 moa-id-spss-27675f9fe8cfc38d2d1fb89d55865a6499761004.zip |
removed stork2 modules for good
Diffstat (limited to 'id/server/stork2-saml-engine/src/test/resources/p11Conf.cfg')
-rw-r--r-- | id/server/stork2-saml-engine/src/test/resources/p11Conf.cfg | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/id/server/stork2-saml-engine/src/test/resources/p11Conf.cfg b/id/server/stork2-saml-engine/src/test/resources/p11Conf.cfg deleted file mode 100644 index 84f7050d1..000000000 --- a/id/server/stork2-saml-engine/src/test/resources/p11Conf.cfg +++ /dev/null @@ -1,18 +0,0 @@ -name=OpenDNSSEC -library = /usr/lib/softhsm/libsofthsm.so -slot = 0 -attributes(generate, *, *) = { - CKA_TOKEN = true -} -attributes(generate, CKO_CERTIFICATE, *) = { - CKA_PRIVATE = false -} -attributes(generate, CKO_PUBLIC_KEY, *) = { - CKA_PRIVATE = false -} -attributes(*,CKO_PUBLIC_KEY,CKK_RSA)={ - CKA_VERIFY=true -} -attributes(*,CKO_PRIVATE_KEY,CKK_RSA)={ - CKA_SIGN=true -}
\ No newline at end of file |