mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-23 06:59:29 -07:00
Update the browser guide
This commit is contained in:
parent
f6638432f2
commit
e96b86696a
1 changed files with 7 additions and 0 deletions
|
@ -12,3 +12,10 @@ verifyIdentity('dns:doip.rocks', '9f0048ac0b23301e1f77e994909f6bd6f80f485d')
|
||||||
This snippet works en will verify the [doip.rocks](https://doip.rocks) domain as
|
This snippet works en will verify the [doip.rocks](https://doip.rocks) domain as
|
||||||
linked to Yarmo's cryptographic key using the [dns](serviceproviders/dns.md)
|
linked to Yarmo's cryptographic key using the [dns](serviceproviders/dns.md)
|
||||||
service provider.
|
service provider.
|
||||||
|
|
||||||
|
Please note you need to include the
|
||||||
|
[openpgpjs](https://github.com/openpgpjs/openpgpjs) library:
|
||||||
|
|
||||||
|
```html
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/openpgp/dist/openpgp.min.js"></script>
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue