Need help? Call Live Support at +31 (0) 38 453 07 59

Existing SSL certificates can be imported when migrating to Realtime Register. This can help maintain a complete overview of your certificates, get renewal reminders and to request renewals.

  • POSTMethod
  • /v2/ssl/importURL
  • application/jsonContent-Type
Name Type Required / Optional Description Restrictions
customer String Required The customer handle
  • Regular expression: [a-zA-Z0-9\-_@\.]+
  • Minimum length: 3
  • Maximum length: 40
certificate String Required The Certificate
csr String Optional The Certificate Signing Request
coc String Optional Chamber Of Commerce identifier
  • Minimum length: 1
  • Maximum length: 30
domainName String Optional Overrides the common name of the certificate, if there is a common name present in the certificate which does not equal this field, it will be added as a SAN. This can be used for certificate that are issued withoud common name to choose wich of the SAN's we will use as common name.
  • Regular expression: (?:\*\.)?(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+(?:[a-z][a-z0-9-]{0,61}[a-z0-9])
  • Minimum length: 4
  • Maximum length: 255

Successful request

  • 201 CreatedHTTP Status

Failed requests

Generic errors can be expected.

The customer handle
The Certificate
The Certificate Signing Request
Chamber Of Commerce identifier
Overrides the common name of the certificate, if there is a common name present in the certificate which does not equal this field, it will be added as a SAN. This can be used for certificate that are issued withoud common name to choose wich of the SAN's we will use as common name.

POST /v2/ssl/import
Content-Type: application/json

{}