From 3bbc700ed32cdaed9253038af05beed3fa5ac721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AE=B5=E5=86=AC=E6=A2=85?= Date: Wed, 5 Jun 2019 09:39:35 +0800 Subject: [PATCH] =?UTF-8?q?keyring=E5=86=85=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/sql/20190604/key-ring.json | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/main/resources/sql/20190604/key-ring.json diff --git a/src/main/resources/sql/20190604/key-ring.json b/src/main/resources/sql/20190604/key-ring.json new file mode 100644 index 000000000..6b974d01e --- /dev/null +++ b/src/main/resources/sql/20190604/key-ring.json @@ -0,0 +1,31 @@ +[ + { + "id": 0, + "cfgId": 0, + "keyringId": 0, + "service": 520, + "isValid": 1, + "opTime": "2019-06-04 18:39:21", + "keyringName": "tango-ca-v3-untrust-ca", + "keyringType": "root", + "privateKeyFile": "http://192.168.10.205:9000/maat-redis/20190604183951-file_tango-ca-v3-untrust-ca6895868268475623186pem", + "publicKeyFile": "http://192.168.10.205:9000/maat-redis/20190604183951-file_tango-ca-v3-untrust-ca3905219080478637702pem", + "expireAfter": 30, + "publicKeyAlgo": "", + "crl": "" + },{ + "id": 1, + "cfgId": 1, + "keyringId": 1, + "service": 520, + "isValid": 1, + "opTime": "2019-06-04 18:39:21", + "keyringName": "tango-ca-v3-trust-ca", + "keyringType": "root", + "privateKeyFile": "http://192.168.10.205:9000/maat-redis/20190604183917-file_tango-ca-v3-trust-ca7359691213612375565pem", + "publicKeyFile": "http://192.168.10.205:9000/maat-redis/20190604183917-file_tango-ca-v3-trust-ca7721732440816533672pem", + "expireAfter": 30, + "publicKeyAlgo": "", + "crl": "" + } +] \ No newline at end of file