opnsense-ports/security/opencryptoki/files/pkg-message.in
Franco Fichtner a309cd75a6 */*: sync with upstream
Taken from: HardenedBSD
2019-08-18 05:35:32 +02:00

13 lines
237 B
Text

[
{ type: install
message: <<EOM
To run pkcsslotd automatically, add the following line to /etc/rc.conf
pkcsslotd_enable="YES"
To use PKCS#11 token, add your_account to '%%GROUPS%%':
# pw groupmod %%GROUPS%% -m your_account
EOM
}
]