Skip to content

Instantly share code, notes, and snippets.

@RickyVaughn2
Last active February 4, 2021 18:09
Show Gist options
  • Save RickyVaughn2/edc565863e68147c6b26cc9c8f461703 to your computer and use it in GitHub Desktop.
Save RickyVaughn2/edc565863e68147c6b26cc9c8f461703 to your computer and use it in GitHub Desktop.
API setup v1
sudo apt update
sudo apt install python3 python3-pip apache2 -y
pip3 install flask
sudo snap install --classic certbot
sudo certbot --apache
sudo certbot renew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment