Skip to content

Commit c40aceb

Browse files
committed
chore: Fix default cert issuers in config
1 parent 0ab582e commit c40aceb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
},
268268
{
269269
"CN": "ESTEID2025",
270-
"OID": "NTREE-170660493",
270+
"OID": "NTREE-17066049",
271271
"O": "Zetes Estonia OÜ",
272272
"C":"EE"
273273
}

config/development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
},
165165
{
166166
"CN": "ESTEID2025",
167-
"OID": "NTREE-170660493",
167+
"OID": "NTREE-17066049",
168168
"O": "Zetes Estonia OÜ",
169169
"C":"EE"
170170
}

0 commit comments

Comments
 (0)