github.com/Venafi/vcert/v5@v5.10.2/test-files/policy_specification_cloud.json (about) 1 { 2 "policy": { 3 "wildcardAllowed": true, 4 "maxValidDays": 149, 5 "domains": [ 6 "venafi.com" 7 ], 8 "certificateAuthority": "BUILTIN\\Built-In CA\\Default Product", 9 "subject": { 10 "orgs": [ 11 "Venafi" 12 ], 13 "orgUnits": [ 14 "DevOps", "IntegrationTeam" 15 ], 16 "localities": [ 17 "Salt Lake City" 18 ], 19 "states": [ 20 "Utah" 21 ], 22 "countries": [ 23 "US" 24 ] 25 }, 26 "keyPair": { 27 "keyTypes": [ 28 "RSA" 29 ], 30 "rsaKeySizes": [ 31 2048 32 ], 33 "reuseAllowed": false 34 }, 35 "subjectAltNames": { 36 "dnsAllowed": true, 37 "ipAllowed": true, 38 "emailAllowed": true, 39 "uriAllowed": true, 40 "upnAllowed": false, 41 "uriProtocols": ["https","ldaps", "spiffe"], 42 "ipConstraints": [ "v4", "v6", "v4private", "v6private"] 43 } 44 }, 45 "defaults": { 46 "domain": "venafi.com", 47 "subject": { 48 "org": "Venafi", 49 "orgUnits": [ 50 "DevOps" 51 ], 52 "locality": "Salt Lake City", 53 "state": "Utah", 54 "country": "US" 55 }, 56 "keyPair": { 57 "keyType": "RSA", 58 "rsaKeySize": 2048, 59 "ellipticCurve": "", 60 "generationType": "", 61 "serviceGenerated": true 62 } 63 } 64 }