Skip to content

Commit 115dca9

Browse files
authored
Update README.md
Add a bit more info about how to fetch inputs for the Verifier type.
1 parent fb05582 commit 115dca9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,18 @@ when (result) {
4444
./gradlew test
4545
```
4646

47+
## Roots
48+
49+
Android Key Attestation root certificates are documented
50+
[here](https://developer.android.com/privacy-and-security/security-key-attestation#root_certificate).
51+
52+
## Getting Revoked Serials
53+
54+
The revoked serials may be retrieved from https://android.googleapis.com/attestation/status.
55+
56+
See [here](https://developer.android.com/privacy-and-security/security-key-attestation#certificate_status)
57+
for more information about the format of the data.
58+
4759
## License
4860

4961
This project is licensed under the Apache License 2.0 - see the

0 commit comments

Comments
 (0)