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

20 lines
254 B
JSON
Raw Normal View History

{
"CN": "Test CA",
"CA": {
"expiry": "87600h"
},
"key": {
"algo": "rsa",
"size": 2048
},
"names": [
{
"C": "GB",
"L": "London",
"O": "Test CA",
"OU": "Dev Environment",
"ST": "London"
}
]
}