Skip to content

Instantly share code, notes, and snippets.

@hoangdh
Created January 22, 2019 04:04
Show Gist options
  • Save hoangdh/4b1496f101e09093a6395b30d4d62a3c to your computer and use it in GitHub Desktop.
Save hoangdh/4b1496f101e09093a6395b30d4d62a3c to your computer and use it in GitHub Desktop.
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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment