1
0
mirror of https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS synced 2024-09-16 12:44:42 -04:00
Synapse-Ubuntu-ZFS/certbot.sh

4 lines
251 B
Bash
Raw Normal View History

2023-08-25 16:17:37 -04:00
#!/bin/bash
certbot certonly -d matrix.arcticfoxes.net -d element.arcticfoxes.net -d invite.arcticfoxes.net --key-type ecdsa --reuse-key --must-staple --elliptic-curve secp384r1 --deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher"