Install Certbot and register Let's Encrypt account:
add-apt-repository ppa:certbot/certbot
apt update
apt install certbot
certbot register
Issue new SSL certificates for each host:
certbot certonly --webroot -w /var/www/alexhunt.io/ -d alexhunt.io -d www.alexhunt.io