summaryrefslogtreecommitdiffstats
path: root/reg-tests/pki/certificates/www.test1.com-csr.json
diff options
context:
space:
mode:
Diffstat (limited to 'reg-tests/pki/certificates/www.test1.com-csr.json')
-rw-r--r--reg-tests/pki/certificates/www.test1.com-csr.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/reg-tests/pki/certificates/www.test1.com-csr.json b/reg-tests/pki/certificates/www.test1.com-csr.json
new file mode 100644
index 0000000..734452b
--- /dev/null
+++ b/reg-tests/pki/certificates/www.test1.com-csr.json
@@ -0,0 +1,15 @@
+{
+ "CN": "www.test1.com",
+ "hosts": ["www.test1.com"],
+ "key": {
+ "algo": "rsa",
+ "size": 2048
+ },
+ "names": [
+ {
+ "C": "FR",
+ "L": "Paris",
+ "O": "test1"
+ }
+ ]
+}