summaryrefslogtreecommitdiffstats
path: root/install/share/kdc_req.conf.template
diff options
context:
space:
mode:
Diffstat (limited to 'install/share/kdc_req.conf.template')
-rw-r--r--install/share/kdc_req.conf.template14
1 files changed, 14 insertions, 0 deletions
diff --git a/install/share/kdc_req.conf.template b/install/share/kdc_req.conf.template
new file mode 100644
index 000000000..872852079
--- /dev/null
+++ b/install/share/kdc_req.conf.template
@@ -0,0 +1,14 @@
+[ 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
+