mirror of
https://git.selfprivacy.org/SelfPrivacy/wiki.selfprivacy.org.git
synced 2024-11-13 22:23:16 +00:00
Add a DNS records support article
This commit is contained in:
parent
33a7782340
commit
07875e5331
14
src/support/dns.md
Normal file
14
src/support/dns.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Certificate expired
|
||||
## How to diagnose
|
||||
Given the domain is `domain.tld` get the logs of ACME.
|
||||
```bash
|
||||
journalctl -r -u acme-domain.tld
|
||||
# Jitsi has a different cert
|
||||
journalctl -r -u acme-meet.domain.tld
|
||||
```
|
||||
|
||||
## Deleting certs
|
||||
If current certs broken, you may delete certs by nuking `/val/lib/acme`. After reboot, ACME will try to get certs again.
|
||||
|
||||
## Cloudflare token
|
||||
Required to obtain certs. Make sure it's valid. Located in `/etc/nixos/userdata/userdata.json`
|
Loading…
Reference in a new issue