forked from Mirrors/doipjs
28 lines
421 B
Markdown
28 lines
421 B
Markdown
|
# owncast
|
||
|
|
||
|
## Proof
|
||
|
|
||
|
Proofs are defined by adding the following information to the **config.yaml**:
|
||
|
|
||
|
```
|
||
|
- platform: keyoxide
|
||
|
url: https://keyoxide.org/FINGERPRINT
|
||
|
```
|
||
|
|
||
|
If you use WKD, you could instead add:
|
||
|
|
||
|
```
|
||
|
- platform: keyoxide
|
||
|
url: https://keyoxide.org/wkd/EMAIL?openpgp4fpr=FINGERPRINT
|
||
|
```
|
||
|
|
||
|
Make sure to replace `FINGERPRINT`.
|
||
|
|
||
|
## Claim
|
||
|
|
||
|
```
|
||
|
https://DOMAIN
|
||
|
```
|
||
|
|
||
|
Make sure to replace `DOMAIN`.
|