Package Details: btrustbiss 3.35-2

Git Clone URL: https://aur.archlinux.org/btrustbiss.git (read-only, click to copy)
Package Base: btrustbiss
Description: Browser independent signing service.
Upstream URL: https://www.b-trust.org
Keywords: b-trust biss
Licenses: GPL
Submitter: bbbb
Maintainer: bbbb (localghost)
Last Packager: bbbb
Votes: 5
Popularity: 0.003596
First Submitted: 2019-07-21 14:13 (UTC)
Last Updated: 2024-11-11 09:31 (UTC)

Latest Comments

« First ‹ Previous 1 2

bbbb commented on 2022-04-04 05:29 (UTC) (edited on 2022-04-04 05:31 (UTC) by bbbb)

For Fifrefox needed certificates are: http://ca.b-trust.org/repository/B-TrustRootQCA_DER.crt http://ca.b-trust.org/repository/B-TrustRootACA_DER.crt http://ca.b-trust.org/repository/B-TrustOperationalQCA_DER.crt http://ca.b-trust.org/repository/B-TrustOperationalACA_DER.crt

Instructions for installing: https://www.b-trust.bg/attachments/BtrustPrivateFile/25/docs/Instruktsiya-za-instalirane-i-nastroyka-na-BISS.pdf

ieti commented on 2022-04-03 20:23 (UTC)

Package is outdated - latest tar have checksum 0f59b480b5b64e18eb07e36c48541401112be15e8416562f66503f35eba5ee07

Also in order for this software to run in needs b-trust root certificates to be installed. I think windows version installs those, but linux version not and this causes ssl connection between websites and the java application to fail.

Please fix that or at least document which certificates are needed.

localghost commented on 2020-01-30 17:38 (UTC) (edited on 2020-01-31 08:32 (UTC) by localghost)

To make it working one should edit /usr/bin/btrust_biss and change the path for sun.security.smartcardio.library to:

-Dsun.security.smartcardio.library=/usr/lib/libpcsclite.so.1.0.0

e.g. remove '/x86_64-linux-gnu'

This is Arch, not Debian/Ubuntu

Also this package should be installed: https://www.archlinux.org/packages/community/x86_64/pcsclite;

pcscd.socket and pcscd.service should be enabled and started:

systemctl enable... systemctl start...

gmanev commented on 2020-01-14 12:00 (UTC)

The build fails with find: ‘{/home/XXXXX/btrustbiss/pkg/btrustbiss}’: No such file or directory

It succeeds when the parenthesis at line 32 get deleted, e.g: find "$pkgdir" -type d -exec chmod 755 {} \;