cac-enabled-git-setup
cac-enabled-git-setup copied to clipboard
Shell script and associated files needed to build a version of Cygwin git capable of using a CAC card for authentication.
I get: line 509: pkcs15-tool: command not found Warning: Unable to detect CAC card. Insert now if you wish to continue. My CAC is inserted and can be used to...
After running the script with a fresh Cygwin installation (just in case), and ensuring the libp11 library is built correctly, the script seems to work. However, both cURL and git...
I assume I would have to have a git repo that has CAC-enabled in order for me to make this work. So how do set that up?
Recent changes in the libp11 git repository have required the use of `autoconf -fvi` before configuring, as there is no `bootstrap` script (as referenced by this [issue](https://github.com/OpenSC/libp11/issues/59)). As of now,...
Instead of having a bootstrap script, libp11 requires autoconf to be run manually to generate the configure script.
I have been testing your build script, using Docker, on Ubuntu, Debian, and CentOS with minimal development environments to see what might be missing from the docs and needed. Here...
Hey I ran into another issue. After getting cac enabled git setup on Ubuntu, when I try to run cmake it gives me an error: Inconsistency detected by ld.so: dl-version.c:...
Mainly just posting this in case anyone else runs into this problem. I'm not sure if it's fixable in the script. When doing a Windows cygwin build, the OpenSC build...