mirror of
https://github.com/dyzulk/trustlab-docs.git
synced 2026-01-26 05:25:38 +07:00
17 lines
209 B
Plaintext
17 lines
209 B
Plaintext
# Endpoints
|
|
|
|
## Certificates
|
|
|
|
### List Certificates
|
|
`GET /certificates`
|
|
|
|
### Request Certificate
|
|
`POST /certificates`
|
|
|
|
```json
|
|
{
|
|
"csr": "-----BEGIN CERTIFICATE REQUEST-----...",
|
|
"validity_days": 365
|
|
}
|
|
```
|