Snippets

Geoffrey Brossard Renew Let's Encrypt certificate on apache

Created by Geoffrey Brossard
#!/bin/bash
service apache2 stop && letsencrypt renew && service apache2 start

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.