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

4 lines
150 B
Fish
Raw Normal View History

2018-07-22 19:39:58 +00:00
function renew_ifd_cert
sudo certbot certonly --agree-tos --renew-by-default --manual --preferred-challenges=dns -d ironfishdistillery.com $argv
end