How To Install opencryptoki-swtok.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install opencryptoki-swtok.x86_64
on Amazon Linux 2.
What is opencryptoki-swtok.x86_64
Opencryptoki implements the PKCS#11 specification v2.11 for a set of cryptographic hardware, such as IBM 4764 and 4765 crypto cards, and the Trusted Platform Module (TPM) chip. Opencryptoki also brings a software token implementation that can be used without any cryptographic hardware. This package brings the software token implementation to use opencryptoki without any specific cryptographic hardware.
We can use yum
to install opencryptoki-swtok.x86_64
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install opencryptoki-swtok.x86_64.
Install opencryptoki-swtok.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install opencryptoki-swtok.x86_64
using yum
by running the following command:
sudo yum -y install opencryptoki-swtok.x86_64
How To Uninstall opencryptoki-swtok.x86_64 on Amazon Linux 2
To uninstall only the opencryptoki-swtok.x86_64
package we can use the following command:
sudo yum remove opencryptoki-swtok.x86_64
opencryptoki-swtok.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/opencryptoki/stdll/PKCS11_SW.so
/usr/lib64/opencryptoki/stdll/libpkcs11_sw.so
/usr/lib64/opencryptoki/stdll/libpkcs11_sw.so.0
/usr/lib64/opencryptoki/stdll/libpkcs11_sw.so.0.0.0
/var/lib/opencryptoki/swtok
/var/lib/opencryptoki/swtok/TOK_OBJ
References
Summary
In this tutorial we learn how to install opencryptoki-swtok.x86_64
on Amazon Linux 2 using yum.