mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
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
|
||
|
|