Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use OpenSC pkcs11-register #123

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions chrome-pkcs11.desktop

This file was deleted.

2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Architecture: all
Depends:
web-eid,
qdigidoc4,
libnss3-tools,
opensc,
${misc:Depends}
Recommends:
libdigidocpp-tools
Expand Down
2 changes: 0 additions & 2 deletions debian/open-eid.install

This file was deleted.

58 changes: 0 additions & 58 deletions esteid-update-nssdb

This file was deleted.

4 changes: 2 additions & 2 deletions install-open-eid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ esac
add_key
make_install open-eid

# Configure Chrome PKCS11 driver for current user, /etc/xdg/autstart/ will init other users on next logon
/usr/bin/esteid-update-nssdb
# Configure Chrome/Firefox PKCS11 driver for current user, /etc/xdg/autstart/ will init other users on next logon
/usr/bin/pkcs11-register
echo
echo "Thank you for using Estonian ID card!"
read -p "Would you like to read instructions on how to configure browsers for using ID-card? (Y/n): " instructions
Expand Down