This commit is contained in:
Mikaël Cluseau
2018-06-17 18:32:44 +11:00
parent f92c531f5d
commit 4d889632f6
500 changed files with 133832 additions and 0 deletions

19
vendor/github.com/cloudflare/cfssl/testdata/csr.json generated vendored Normal file
View File

@ -0,0 +1,19 @@
{
"hosts": [
"cloudflare.com",
"www.cloudflare.com"
],
"key": {
"algo": "rsa",
"size": 2048
},
"names": [
{
"C": "US",
"L": "San Francisco",
"O": "CloudFlare",
"OU": "Systems Engineering",
"ST": "California"
}
]
}