about summary refs log tree commit diff
path: root/fish/.config/fish/functions/renew_ifd_cert.fish
blob: 721794e9238ffb60da45cae50eb30c543204e62e (plain) (blame)
1
2
3
function renew_ifd_cert
	sudo certbot certonly --agree-tos --renew-by-default --manual --preferred-challenges=dns -d ironfishdistillery.com $argv
end