Files
2023-11-17 12:20:20 +00:00
..
2023-09-16 16:05:47 +00:00
2023-11-17 12:20:20 +00:00
2023-11-17 12:20:20 +00:00

For using the PKCS #11 modules, the GIO_USE_TLS variable should be set in the
environment. This can be added to the Bash Startup Files (as the root user):

cat > /etc/profile.d/gio.sh << "EOF"
# Begin gio.sh

export GIO_USE_TLS=gnutls-pkcs11

# End gio.sh
EOF