Create CSR Download
POST: /v1/certificate/synchronous/request/download
Description: Create a certificate request.
Replace <keyname> and password. The password is optional and can be deleted completely.
{
    "signKeyName": "<keyname>",
    "keyPassword": [ "R","E","P","L","A","C","E" ],
    "signatureAlgorithm": "SHA256_WITH_RSA",
    "validity": 365,
    "standardCertificateAttributes": {
      "commonName": "securosys",
      "country": "CH",
      "stateOrProvinceName": "Zurich",
      "locality": "ZH",
      "organizationName": "Securosys SA",
      "organizationUnitName": "Clouds Operations",
      "email": "office@securosys.com",
      "title": "Office",
      "surname": "Office",
      "givenName": "Securosys"
    },
    "keyUsage": [
      "DIGITAL_SIGNATURE"
    ],
    "extendedKeyUsage": [
      "ANY_EXTENDED_KEY_USAGE"
    ]
  }
Response
Tip
If you want the CSR in JSON format instead of file-download use the endpoint: POST /v1/certificate/synchronous/request
Click the "Download file" link and verify the CSR file was downloaded.