d85fca0ef497229e074c49fecc9f6132a86df065
Added the Nginx config for the main ctf page including https and http redirect rules using letsencrypt certificates. Updated README.md
Minzkrauts home-made CTF
Letsencrypt certificates
Navigate to certbot location and create certificate files with
sudo ./certbot-auto certonly --webroot -w var/www/html -d ctf.minzkraut.com --non-interactive --agree-tos --email {email}
Renew certificates and reload nginx with
sudo ./certbot-auto renew --webroot -w /var/www/html --post-hook "service nginx reload"
Description
Languages
JavaScript
60.8%
Python
15.4%
HTML
13.3%
PHP
4.6%
C++
2.4%
Other
3.5%