Skip to content

Instantly share code, notes, and snippets.

@DuyNguyen1879
Forked from hoangdh/certbot-c7.sh
Created March 7, 2020 04:50
Show Gist options
  • Select an option

  • Save DuyNguyen1879/06e6901fa6eafbe290aeddb67ef41c41 to your computer and use it in GitHub Desktop.

Select an option

Save DuyNguyen1879/06e6901fa6eafbe290aeddb67ef41c41 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