- License: LGPL 2.1
- © Estonian Information System Authority
- Architecture of ID-software
Shell extensions for signing and encrypting with DigiDoc client.
Extracted from DigiDoc3 Client - includes shell extensions for Windows, Linux and Mac (QuickLook plugin). Windows shell extension is compiled as a separate project, shell extensions for other platforms are included as DigiDoc3 or DigiDoc4 submodules and included in client build.
- Install dependencies from
-
Fetch the source
git clone --recursive https://github.com/open-eid/digidocshellextension cd digidocshellextension
-
Configure
mkdir build cd build cmake -G"NMake Makefiles" ..
-
Build
nmake