mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
52a46d121b
This patch adds support only for the selfsign case. Replica support is also still missing at this stage.
15 lines
279 B
Plaintext
15 lines
279 B
Plaintext
[ req ]
|
|
default_bits = 2048
|
|
distinguished_name = req_distinguished_name
|
|
attributes = req_attributes
|
|
prompt = no
|
|
output_password = $PASSWORD
|
|
|
|
[ req_distinguished_name ]
|
|
$SUBJBASE
|
|
$CERTNAME
|
|
|
|
[ req_attributes ]
|
|
challengePassword = A challenge password
|
|
|