Update the browser guide

This commit is contained in:
Yarmo Mackenbach 2020-12-10 02:03:27 +01:00
parent f6638432f2
commit e96b86696a

View file

@ -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>
```