summaryrefslogtreecommitdiff
path: root/testing/ca-example/profiles/request.conf
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2010-06-08 15:45:33 +0000
committerStef Walter <stef@memberwebs.com>2010-06-08 15:59:24 +0000
commitca1efbdc7aa667191af620a7d79efdb05fefe34b (patch)
tree9560fe8a194a67e6c4d58e2ed5756ebbb290117b /testing/ca-example/profiles/request.conf
parent9c19928e402690be5633262ebee91b156142cfe0 (diff)
downloadgcr-ca1efbdc7aa667191af620a7d79efdb05fefe34b.tar.gz
Cleanup naming and whitespace for testing stuff.
* Rip off bandaid (painful) whitespace cleanup. * At the same time cleanup naming, and remove old cruft.
Diffstat (limited to 'testing/ca-example/profiles/request.conf')
-rw-r--r--testing/ca-example/profiles/request.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/ca-example/profiles/request.conf b/testing/ca-example/profiles/request.conf
new file mode 100644
index 0000000..0a49508
--- /dev/null
+++ b/testing/ca-example/profiles/request.conf
@@ -0,0 +1,18 @@
+[ req ]
+distinguished_name = req_distinguished_name
+string_mask = nombstr
+
+
+[ req_distinguished_name ]
+
+0.domainComponent = Domain Component
+0.domainComponent_default = COM
+
+1.domainComponent = Second Domain Component
+1.domainComponent_default = EXAMPLE
+
+commonName = Common Name
+commonName_max = 64
+
+emailAddress = Email Address (again)
+emailAddress_max = 64