Partial implementation of CA database.
This commit is contained in:
14
examples/example_ca_state.json
Normal file
14
examples/example_ca_state.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"createdAt": "2024-01-01T00:00:00Z",
|
||||
"updatedAt": "2024-01-01T00:00:00Z",
|
||||
"serial": 1,
|
||||
"certificates": [
|
||||
{
|
||||
"name": "",
|
||||
"issued": "",
|
||||
"expires": "",
|
||||
"serial": "",
|
||||
"valid": true
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user