summaryrefslogtreecommitdiffstats
path: root/ipaclient/csrgen/profiles/userCert.json
diff options
context:
space:
mode:
Diffstat (limited to 'ipaclient/csrgen/profiles/userCert.json')
-rw-r--r--ipaclient/csrgen/profiles/userCert.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/ipaclient/csrgen/profiles/userCert.json b/ipaclient/csrgen/profiles/userCert.json
new file mode 100644
index 000000000..d6cf5cfff
--- /dev/null
+++ b/ipaclient/csrgen/profiles/userCert.json
@@ -0,0 +1,15 @@
+[
+ {
+ "syntax": "syntaxSubject",
+ "data": [
+ "dataUsernameCN",
+ "dataSubjectBase"
+ ]
+ },
+ {
+ "syntax": "syntaxSAN",
+ "data": [
+ "dataEmail"
+ ]
+ }
+]