summaryrefslogtreecommitdiffstats
path: root/src/test.example.com.csr.json
blob: 5cd3e1efd664087a620c0f585f287e52763fd0ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "CN": "test.example.com",
    "key": {
	"algo": "rsa",
	"size": 2048
    },
    "names": [
	{
	    "C": "AU",
	    "ST": "Some-State",
	    "O": "Internet Widgits Pty Ltd"
	}
    ]
}