Install GO PKCS11 Package on the Server

  1. Install GO first if it is not installed.

›_ Console

# dnf install golang 
image-3285844231-1.jpg

Installing Golang on RHEL 8

  1. Install PKCS#11 package.

›_ Console

# go install github.com/miekg/pkcs11@latest 
image-3285844231-2.jpg

Installing pkcs11 package