Security Update.

This commit is contained in:
Patrick_Pluto 2024-09-19 12:46:52 +02:00
parent 87b967aecb
commit b86bdb7421
4 changed files with 20 additions and 5 deletions

View file

@ -1,3 +1,4 @@
openssl req -x509 -newkey rsa:4096 -nodes -keyout key.pem -out cert.pem -days 365
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt