Files
tam3/deployment/remote_server_secure/podman_generate-key.sh

5 lines
208 B
Bash
Executable File

read -p "Enter the name of the computer you plan to use the key on: " pcname
podman compose exec tam3-api /app/key.py generate $pcname
echo "Note the key above this line. You can use that for the computer."