Menu
picture of tbs certificates
picture of tbs certificates
Certificates
Our products range
Partners
Support
Focus


Certigna tokens are not Linux compatible anymore

Certigna ID RGS** - Token installation on Linux

To use your ID RGS** certificate you'll have to install the token's drivers and edit the PIN code.

This documentation is only provided for information. All support for ID RGS certificates on tokens is done by Certigna.
Contact Certigna support team

Technical requirements / This product is compatible with:
Windows: 8 and 10
MAC OSX: 10.15 (Catalina) and 11 (Big Sur).

Download the driver

First, download the driver for linux by clicking on the link available from your status page.

In console mode, decompress your file.

    sudo unzip hashlogic-linux.zip 

Driver installation

Installation for Ubuntu 12.04 LTS (32 & 64 bits)

Execute the lines below by choosing the right file.

        sudo apt-get install pcscd libccid

        # 32bit architecture
        sudo dpkg -i hashlogic_6.9.2.4_i386.deb (32-bit)
        or
        # 64bit architecture
        sudo dpkg -i hashlogic_6.9.2.4_amd64.deb (64-bit)

        # In case of absent dependencies
        sudo apt-get install -f
    

Install for Ubuntu (LTS) 14.04, 16.04 (64 bits) and 18.04

Installation with graphical interface

When the file has been downloaded and decompressed, double click on the right file.

The Ubuntu software library opens, click on the install button.

Command line installation (expert mode)

Execute the lines below by choosing the right file.

            sudo apt-get install pcscd libccid

            # 32bit architecture
            sudo dpkg -i hashlogic_6.9.2.4_i386.deb (32-bit)
            or
            # 64bit architecture
            sudo dpkg -i hashlogic_6.9.2.4_amd64.deb (64-bit)

            # In case of absent dependencies
            sudo apt-get install -f
        

Install for Ubuntu 20.04 LTS

Command line installation

Ubuntu version 20.04 requires the installation of the libbssl1.0.0 library.

  • Run the following commands:
  •         #Add a repository to sources list
            sudo nano /etc/apt/sources.list
    
            Add the following line :
            deb http://security.ubuntu.com/ubuntu xenial-security main
    
            sudo apt update
            sudo apt install libssl1.0.0
        

Installation for RedHat 7.2 64bits and CentOS 7.2 64bits

Make sure that the DPKG package is installed, if not do the command below.

            yum install dpkg
        

Execute the lines below by choosing the right file.

            yum install pcsc-lite-ccid

            # For 32-bit
            sudo dpkg -i hashlogic_6.9.2.4_i386.deb (32-bit)
            or
            # For 64-bit
            sudo dpkg -i hashlogic_6.9.2.4_amd64.deb (64-bit)