wscef-docker icon indicating copy to clipboard operation
wscef-docker copied to clipboard

A3 certificates support

Open farribeiro opened this issue 7 years ago • 4 comments

A3 Certficates support for wscef-docker.

Need to automatize the ICP-Brasil authority certificates and A3 libs instalation on firefox.

Link to Issue #11

farribeiro avatar Jul 03 '17 03:07 farribeiro

Deprecated safesign on ITI because upgraded site

farribeiro avatar Jul 23 '17 19:07 farribeiro

Is this working?

diraol avatar Aug 10 '17 00:08 diraol

Feature works, but I need help or docs how install the AC files and USB libs on firefox automatically, only this. A trouble is grant access to one USB port or all devices to container

farribeiro avatar Aug 10 '17 14:08 farribeiro

Feature works, but I need help or docs how install the AC files and USB libs on firefox automatically, only this. A trouble is grant access to one USB port or all devices to container

Add security device to firefox (.so as provided by middleware):

firefox -no-remote -CreateProfile default-release
tee -a $(find ${HOME}/.mozilla/firefox -name *.default-release)/pkcs11.txt <<EOF
library=/usr/lib64/libeToken.so
name=SafeNet eToken
EOF

In docker create/run:

--device=/dev/bus/usb

awerlang avatar Jul 18 '20 22:07 awerlang