There was an error while loading. Please reload this page.
This page describes the process to install a KRA subsystem with random serial numbers.
To install KRA with random serial numbers, follow the normal KRA installation procedure, then specify the following parameter:
To use random key IDs, add the following parameters in the [KRA] section:
[KRA]
pki_key_id_generator=random
The key ID length (in bits) can be specified in pki_key_id_length parameter. By default it will be 160 bits.
pki_key_id_length
To use random key request IDs, add the following parameters in the [KRA] section:
pki_request_id_generator=random
The key request ID length (in bits) can be specified in pki_key_request_id_length parameter. By default it will be 160 bits.
pki_key_request_id_length
The keys will have random IDs, for example:
$ pki -n admin kra-key-find
The key requests will also have random IDs, for example:
$ pki -n admin kra-key-request-find
Introduction
Quick Start
Installation Guide
User Guide
Programming Guide
Development Guide