OPERATING SYSTEMSOS Linux

Running CTFd (HTTPS) on Ubuntu 20.04

Commands:
sudo apt-get -y install git net-tools
git clone https://github.com/cs-ahmed/ctfd
cd ctfd
chmod +x docker_ubuntu.sh
chmod +x docker_compose_ubuntu.sh
./docker_ubuntu.sh
./docker_compose_ubuntu.sh
./generate_crt.sh
sudo gedit docker-compose-production.yml
sudo docker-compose -f docker-compose.yml -f docker-compose-production.yml up

source

ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *