dotfiles/fish/.config/fish/functions/renew_ifd_cert.fish

4 lines
150 B
Fish

function renew_ifd_cert
sudo certbot certonly --agree-tos --renew-by-default --manual --preferred-challenges=dns -d ironfishdistillery.com $argv
end