Search Criteria
Package Details: libpkcs11-dnie 1.6.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libpkcs11-dnie.git (read-only, click to copy) |
---|---|
Package Base: | libpkcs11-dnie |
Description: | PKCS11 library for DNIe |
Upstream URL: | https://www.dnielectronico.es/ |
Licenses: | custom |
Submitter: | reztho |
Maintainer: | ReyJamonico |
Last Packager: | ReyJamonico |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2019-07-14 08:47 (UTC) |
Last Updated: | 2022-06-20 07:40 (UTC) |
Dependencies (3)
- ccid (ccid-gitAUR, ccid-morphoAUR)
- pcsc-tools
- pcsclite (pcsclite-gitAUR)
Latest Comments
« First ‹ Previous 1 2
josete commented on 2021-05-10 16:22 (UTC) (edited on 2021-05-10 16:25 (UTC) by josete)
Hi! I am able to use this with Firefox but not with Brave. Does anybody know how to do it? Thanks in advance!
¡Hola! Sé cómo usar este paquete en Firefox pero no con Brave. ¿Sabe alguien cómo hacerlo? ¡Gracias por adelantado!
(Usar DNI-Electrónico español en el ordenador)
usuariopolivalen commented on 2021-01-14 22:43 (UTC)
¿Este paquete para que sirve?
jesusignacio commented on 2020-01-09 22:26 (UTC) (edited on 2020-01-09 22:29 (UTC) by jesusignacio)
Just adding a DLAGENTS entry in the PKGBUILD. Something like this, it worked for me:
dlagents=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u' 'http::/usr/bin/curl -A "Mozilla/5.0" -fLC - --retry 3 --retry-delay 3 -o %o %u' 'https::/usr/bin/curl -A "Mozilla/5.0" -fLC - --retry 3 --retry-delay 3 -o %o %u' 'rsync::/usr/bin/rsync -z %u %o' 'scp::/usr/bin/scp -C %u %o')
pancho commented on 2019-12-30 10:11 (UTC)
Hi!
Funny thing, the www.dnielectronico.es web server won't allow bare curl/wget downloads. A suitable user agent must be supplied. This one works:
Not sure how to tweak the user-agent on the
PKGBUILD
, though.« First ‹ Previous 1 2