This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
skynet-webportal/setup-scripts/letsencrypt-setup.sh

6 lines
111 B
Bash
Raw Normal View History

#! /usr/bin/env bash
set -e
sudo certbot --nginx -d siasky.net -d www.siasky.net
sudo certbot renew --dry-run