mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
14 lines
186 B
Cheetah
14 lines
186 B
Cheetah
[ req ]
|
|
prompt = no
|
|
encrypt_key = no
|
|
|
|
distinguished_name = dn
|
|
req_extensions = exts
|
|
|
|
[ dn ]
|
|
commonName = "{username}"
|
|
{ipacertbase}
|
|
|
|
[ exts ]
|
|
subjectAltName=email:{username}@{ipadomain}
|