1
0
mirror of https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS synced 2024-09-07 17:13:31 -04:00
Synapse-Ubuntu-ZFS/certbot.sh
Tommy b1658d3bad
Curve secp384r1
Signed-off-by: Tommy <contact@tommytran.io>
2023-09-07 19:47:56 -07:00

4 lines
251 B
Bash

#!/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"