TwizzyIndy / ios_in_house_app_deployment_server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS In-house app distribution server in Flask

Creating python virtual environment

$ python3.8 -m venv venv

Creating SSL context keys

You can get more instructions here

$ openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout debug_key.pem -out debug_cert.pem

About


Languages

Language:Python 100.0%