mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-09-03 00:17:57 +00:00
fix(joelst.json): keytag, algorithm, disgest_type must be a number
This commit is contained in:
+3
-3
@@ -12,9 +12,9 @@
|
||||
],
|
||||
"DS": [
|
||||
{
|
||||
"keytag": "20446",
|
||||
"algorithm": "13",
|
||||
"digest_type": "2",
|
||||
"keytag": 20446,
|
||||
"algorithm": 13,
|
||||
"digest_type": 2,
|
||||
"digest": "66D720AF25875B71BB1ECBF45D1E108D4CE4D51EF1553F7E50F60B2B49A279A6"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user