# TCIVS INTRA CA Management Server # Setup ## Requirements: uv python3 ## Commands ``` uv pip sync ./deploy_requirements.txt # copy your rootCA certificate to ./certs/ and either change your name to rootCA-key, rootCA or edit the main.py CA,CA_KEY variable copy rootCA.pem ./certs/ copy rootCA-key.pem ./certs/ # Adapt into your HTTP server like nginx to secure your /admin panel vim /etc/nginx/ # Add the service file to /etc/systemd/system/ cp ./certieer.service /etc/systemd/system systemctl daemon-reload systemctl enable --now ```