This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
vault-sidekick/tests/ca-csr.json
Rohith be5612f524 - fixed up and clean some of the code
- added the scenerio, lease expired but asking to renew
- added the actual renew of lease code, rather than retrieve new lease for autditing purposes
2015-09-18 14:12:09 +01:00

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"
}
]
}