Skip to content

How to build step-ca with general PKCS#11 support on RHEL 8? #1241

Answered by maraino
sturmmoewe asked this question in General
Discussion options

You must be logged in to vote

Hi @sturmmoewe, pcsc-lite is not used for PKCS#11 support, but currently, when PKCS#11 is enabled, we also enable YubiKey support, which requires pcsc-lite.

I don't have any subscription to RHEL. In a CentOS Stream 8 you need to enable PowerTools repo:

sudo yum install 'dnf-command(config-manager)'
sudo yum config-manager --set-enabled powertools
sudo yum install pcsc-lite-devel

It looks like in RHEL 8 you also need to enable a repo, but apparently is called "CodeReady Linux Builder", and in fact this documentation page lists the pcsc-lite-devel package.

According to this discussion, to enable CodeReady Linux Builder you need to run:

sudo subscription-manager repos --enable codeready-buil…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sturmmoewe
Comment options

Answer selected by sturmmoewe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants