be5612f524
- added the scenerio, lease expired but asking to renew - added the actual renew of lease code, rather than retrieve new lease for autditing purposes
20 lines
254 B
JSON
20 lines
254 B
JSON
{
|
|
"CN": "Test CA",
|
|
"CA": {
|
|
"expiry": "87600h"
|
|
},
|
|
"key": {
|
|
"algo": "rsa",
|
|
"size": 2048
|
|
},
|
|
"names": [
|
|
{
|
|
"C": "GB",
|
|
"L": "London",
|
|
"O": "Test CA",
|
|
"OU": "Dev Environment",
|
|
"ST": "London"
|
|
}
|
|
]
|
|
}
|