Use more modern timestamps
This commit is contained in:
parent
e27f4a69a0
commit
cafd1a9ab3
2 changed files with 4 additions and 4 deletions
|
@ -60,7 +60,7 @@ properties:
|
|||
title: Old Verify Key
|
||||
example: {
|
||||
"ed25519:0ldK3y": {
|
||||
"expired_ts": 922834800000,
|
||||
"expired_ts": 1532645052628,
|
||||
"key": "VGhpcyBzaG91bGQgYmUgeW91ciBvbGQga2V5J3MgZWQyNTUxOSBwYXlsb2FkLg"
|
||||
}
|
||||
}
|
||||
|
@ -70,7 +70,7 @@ properties:
|
|||
format: int64
|
||||
description: POSIX timestamp in milliseconds for when this key expired.
|
||||
required: true
|
||||
example: 922834800000
|
||||
example: 1532645052628
|
||||
key:
|
||||
type: string
|
||||
description: The `Unpadded Base64`_ encoded key.
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"old_verify_keys": {
|
||||
"ed25519:0ldk3y": {
|
||||
"expired_ts": 922834800000,
|
||||
"expired_ts": 1532645052628,
|
||||
"key": "VGhpcyBzaG91bGQgYmUgeW91ciBvbGQga2V5J3MgZWQyNTUxOSBwYXlsb2FkLg=="
|
||||
}
|
||||
},
|
||||
|
@ -19,5 +19,5 @@
|
|||
"tls_fingerprints": [{
|
||||
"sha256": "VGhpcyBpcyBoYXNoIHdoaWNoIHNob3VsZCBiZSBieXRlcw=="
|
||||
}],
|
||||
"valid_until_ts": 1052262000000
|
||||
"valid_until_ts": 1652262000000
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue