# Download CA private key

Downloads the private key of certificate authority.

Endpoint: POST /certificateAuthorities/{caId}
Version: 0.0.1

## Path parameters:

  - `caId` (string, required)
    Certificate id

## Request fields (application/json):

  - `password` (string)
    The password to use to encrypt the private key. If encryption is not required, please leave it blank.

  - `includeChain` (boolean)
    Whether to include the certificate chain in the download.


