Skip to content

Configuring Random Generator

Endi S. Dewata edited this page Jul 29, 2022 · 3 revisions

Configuration

PKI server uses JSS subsystem to initialize JSS environment.

The random number generator configuration is located in CS.cfg:

jss.random.algorithm=pkcs11prng
jss.random.provider=Mozilla-JSS

It will use PK11SecureRandom by default.

See Also

Clone this wiki locally