Support iasVersion 4
This commit is contained in:
parent
aa2bb68d4a
commit
62962e4950
2 changed files with 11 additions and 3 deletions
|
@ -1123,6 +1123,7 @@ export function initialize({
|
|||
async putAttestation(auth, publicKey) {
|
||||
const data = JSON.stringify({
|
||||
clientPublic: Bytes.toBase64(publicKey),
|
||||
iasVersion: 4,
|
||||
});
|
||||
const result = (await _outerAjax(null, {
|
||||
certificateAuthority,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue