Sign a certificate request.
POSThttps://localhost:8900/ca/sign
Sign a certificate request.
Request​
- application/pkcs10
Body
The certificate signing request (csr) in pkcs10 format.
string
Responses​
- 200
The certificate in PEM format.
- application/x-pem-file
- Schema
Schema
string
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X POST 'https://localhost:8900/ca/sign' \
-H 'Content-Type: application/pkcs10' \
-H 'Accept: application/x-pem-file' \
-d ''