Skip to main content

Sign a certificate request.

POST 

https://localhost:8900/ca/sign

Sign a certificate request.

Request​

Body

The certificate signing request (csr) in pkcs10 format.

    string

Responses​

The certificate in PEM format.

Schema

    string

curl -L -X POST 'https://localhost:8900/ca/sign' \
-H 'Content-Type: application/pkcs10' \
-H 'Accept: application/x-pem-file' \
-d ''
Request Collapse all
Base URL
https://localhost:8900
Body