8.2 Using p11-kit-proxy

  1. Create or edit the global configuration file: /etc/pkcs11/pkcs11.conf
    # This setting controls whether to load user configuration from the
    # ~/.config/pkcs11 directory. Possible values:
    #    none: No user configuration
    #    merge: Merge the user config over the system configuration (default)
    #    only: Only user configuration, ignore system configuration
    user-config: merge
    
  2. Create a module configuration file: /usr/share/p11-kit/modules/cryptoauthlib.module
    module: /usr/lib/libcryptoauth.so
    critical: yes
    trust-policy: yes
    managed: yes
    log-calls: no
    

For more details on the configuration files, see the configuration documentation.