]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Added my AIK public key fingerprint
authorSansar Choinyambuu <schoinya@hsr.ch>
Wed, 7 Dec 2011 09:42:30 +0000 (10:42 +0100)
committerSansar Choinyambuu <schoinya@hsr.ch>
Wed, 7 Dec 2011 09:42:30 +0000 (10:42 +0100)
Added tboot and ima components with my AIK

src/libpts/plugins/imv_attestation/data.sql

index e6e03627ad1951922940508f790eee65cda144bc..7ed1434021a2889cc2818f6edc4aeb1379dde102 100644 (file)
@@ -1263,6 +1263,12 @@ INSERT INTO keys (
   X'b772a6730776b9f028e5adfccd40b55c320a13b6', 'Andreas, merthyr (Fujitsu Siemens Lifebook S6420)'
 );
 
+INSERT INTO keys (
+  keyid, owner
+) VALUES (
+  X'59cf6f765cdb59110b5e41f194392dd613443966', 'Sansar Choinyambuu ITA HSR'
+);
+
 /* Components */
 
 INSERT INTO components (
@@ -1288,18 +1294,23 @@ INSERT INTO components (
 INSERT INTO key_component (
   key, component, depth, seq_no
 ) VALUES (
-  2, 2, 0, 1
+  1, 3, 0, 1
 );
 
 INSERT INTO key_component (
   key, component, depth, seq_no
 ) VALUES (
-  1, 3, 0, 1
+  1, 2, 0, 2
 );
 
 INSERT INTO key_component (
   key, component, depth, seq_no
 ) VALUES (
-  1, 2, 0, 2
+  2, 2, 0, 1
 );
 
+INSERT INTO key_component (
+  key, component, depth, seq_no
+) VALUES (
+  2, 3, 0, 2
+);