Skip to content

Commit 0ab582e

Browse files
authored
chore: Update certificate issuers list (#484)
1 parent e8b8914 commit 0ab582e

File tree

3 files changed

+308
-23
lines changed

3 files changed

+308
-23
lines changed

config/default.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,17 @@
259259
"C":"EE"
260260
},
261261
{
262-
"C": "EE", "O": "SK ID Solutions AS", "OU": "TSA", "OID": "NTREE-10747013", "CN": "SK TIMESTAMPING AUTHORITY 2022"
262+
"C": "EE",
263+
"O": "SK ID Solutions AS",
264+
"OU": "TSA",
265+
"OID": "NTREE-10747013",
266+
"CN": "SK TIMESTAMPING AUTHORITY 2022"
267+
},
268+
{
269+
"CN": "ESTEID2025",
270+
"OID": "NTREE-170660493",
271+
"O": "Zetes Estonia OÜ",
272+
"C":"EE"
263273
}
264274
]
265275
},

config/development.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,12 @@
161161
"OID": "NTREE-10747013",
162162
"O": "SK ID Solutions AS",
163163
"C":"EE"
164+
},
165+
{
166+
"CN": "ESTEID2025",
167+
"OID": "NTREE-170660493",
168+
"O": "Zetes Estonia OÜ",
169+
"C":"EE"
164170
}
165171
]
166172
},

0 commit comments

Comments
 (0)