mirror of
https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS
synced 2024-11-09 04:11:33 -05:00
4 lines
251 B
Bash
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"
|