Skip to content

Commit c1d96c4

Browse files
committed
Missing CSR from mTLS example
1 parent 0eaddbc commit c1d96c4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"CN": "TestCA",
3+
"key": {
4+
"algo": "rsa",
5+
"size": 2048
6+
},
7+
"names": [
8+
{
9+
"C": "Universe",
10+
"L": "Earth",
11+
"O": "Acme",
12+
"ST": "Pangea",
13+
"OU": "MyOrg"
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)