fix(joelst.json): keytag, algorithm, disgest_type must be a number

This commit is contained in:
Joel Strasser
2025-03-20 12:49:22 +01:00
committed by GitHub
parent f18334b60d
commit 8d44dc5695
+3 -3
View File
@@ -12,9 +12,9 @@
],
"DS": [
{
"keytag": "20446",
"algorithm": "13",
"digest_type": "2",
"keytag": 20446,
"algorithm": 13,
"digest_type": 2,
"digest": "66D720AF25875B71BB1ECBF45D1E108D4CE4D51EF1553F7E50F60B2B49A279A6"
}
]