Skip to content

Instantly share code, notes, and snippets.

@DuyNguyen1879
DuyNguyen1879 / certbot-c7.sh
Created March 7, 2020 04:50 — forked from hoangdh/certbot-c7.sh
Note Certbot: Install and Usage.
#!/bin/bash
yum install -y epel-release
yum install -y certbot
echo -e "Usage:\nGenerate: certbot certonly --webroot /web/root -d domain.com\nRenew: certbot renew --cert-name"