How To Install bind-pkcs11-utils.x86_64 on Amazon Linux 2

In this tutorial we learn how to install bind-pkcs11-utils.x86_64 in Amazon Linux 2. bind-pkcs11-utils.x86_64 is Bind tools with native PKCS#11 for using DNSSEC

Introduction

In this tutorial we learn how to install bind-pkcs11-utils.x86_64 on Amazon Linux 2.

What is bind-pkcs11-utils.x86_64

This is a set of PKCS#11 utilities that when used together create rsa keys in a PKCS11 keystore. Also utilities for working with DNSSEC compiled with native PKCS#11 functionality are included.

We can use yum to install bind-pkcs11-utils.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install bind-pkcs11-utils.x86_64.

Install bind-pkcs11-utils.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 bind-pkcs11-utils.x86_64 using yum by running the following command:

sudo yum -y install bind-pkcs11-utils.x86_64

How To Uninstall bind-pkcs11-utils.x86_64 on Amazon Linux 2

To uninstall only the bind-pkcs11-utils.x86_64 package we can use the following command:

sudo yum remove bind-pkcs11-utils.x86_64

bind-pkcs11-utils.x86_64 Package Contents on Amazon Linux 2

/usr/sbin/dnssec-dsfromkey-pkcs11
/usr/sbin/dnssec-importkey-pkcs11
/usr/sbin/dnssec-keyfromlabel-pkcs11
/usr/sbin/dnssec-keygen-pkcs11
/usr/sbin/dnssec-revoke-pkcs11
/usr/sbin/dnssec-settime-pkcs11
/usr/sbin/dnssec-signzone-pkcs11
/usr/sbin/dnssec-verify-pkcs11
/usr/sbin/pkcs11-destroy
/usr/sbin/pkcs11-keygen
/usr/sbin/pkcs11-list
/usr/sbin/pkcs11-tokens
/usr/share/man/man8/dnssec-checkds-pkcs11.8.gz
/usr/share/man/man8/dnssec-coverage-pkcs11.8.gz
/usr/share/man/man8/dnssec-dsfromkey-pkcs11.8.gz
/usr/share/man/man8/dnssec-importkey-pkcs11.8.gz
/usr/share/man/man8/dnssec-keyfromlabel-pkcs11.8.gz
/usr/share/man/man8/dnssec-keygen-pkcs11.8.gz
/usr/share/man/man8/dnssec-revoke-pkcs11.8.gz
/usr/share/man/man8/dnssec-settime-pkcs11.8.gz
/usr/share/man/man8/dnssec-signzone-pkcs11.8.gz
/usr/share/man/man8/dnssec-verify-pkcs11.8.gz
/usr/share/man/man8/pkcs11-destroy.8.gz
/usr/share/man/man8/pkcs11-keygen.8.gz
/usr/share/man/man8/pkcs11-list.8.gz
/usr/share/man/man8/pkcs11-tokens.8.gz

References

Summary

In this tutorial we learn how to install bind-pkcs11-utils.x86_64 on Amazon Linux 2 using yum.