Last active
February 4, 2021 18:09
-
-
Save RickyVaughn2/edc565863e68147c6b26cc9c8f461703 to your computer and use it in GitHub Desktop.
API setup v1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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