This is an application that runs on the user's local machine to integrate with the 'viin_sign' module, allowing digital signing using USB Token/Smart Card, ...
Windows
- Open Microsoft Store, search
python3.10
and install it, ignore if you have been installed. - Download
Viindoo Sign Client
and unzip or clone code, go toinstall_script
and openwindows.bat
file. - After that, open
bin.bat
to run. You can create a shortcut on the desktop to run it conveniently whenever needed.
Linux Debian (Ubuntu, ..)
- Download
Viindoo Sign Client
and unzip or clone code, go toinstall_script
and runlinux.sh
file (To run a.sh
file, you can typebash sh_file.sh
to terminal) - After that, run
bin.sh
. For ubuntu, you can run the "Viindoo Sign Client" application from Applications
macOS and others
- Install python3.10 and python-tkinter
- Create a python venv 3.10 named
.venv
with same application folder. - install requirements.txt for that venv and run bin.sh or run main.py with that venv
- Make a python venv (3.10), install libs in
requirements.txt
and runmain.py
file like other python projects.