Order PKIo Authentication or Encryption - Organisation Services (PKIo Authenticatie of Encryptie - Organisatie Diensten)
POST https://certcentral.digicert.eu/services/v2/order/certificate/pkio_organisation_services
Use this endpoint to order a PKIo Authentication or Encryption - Organisation Services certificate. This certificate is issued to a Dutch organisation and is used to enable secure authentication or encryption services for organizational systems and applications. It supports advanced or qualified electronic signatures that are tamper-proof and legally compliant with Dutch regulations and can also be used to encrypt sensitive data or communications to ensure confidentiality.
Public Key Infrastructure for Organizations (PKIo) certificates are part of the PKIoverheid framework (a public key infrastructure managed by the Dutch government). PKIo certificates are primarily used in Netherlands and Belgium.
Example requests and responses
Request parameters
Name | Req/Opt | Type | Description |
|---|---|---|---|
certificate | required | object | Certificate details. |
.. signature_hash | required | string | Hash algorithm used for signing the certificate. PKIO certificates support only SHA-256 hash algorithm. |
.. profile_option | required | string | Select a profile option that best defines the certificate usage. The options are:
|
.. is_rsassa_pss | optional | boolean | If Important: This parameter is only honored when the issuing ICA certificate has an RSA key. If the issuing ICA certificate has an ECC key, DigiCert issues the end-entity certificate with an ECC signature that has same key size as the issuing ICA certificate. |
csa_agreed_to | required | boolean | Specify if the Certificate Subscriber Agreement (CSA) has been agreed to. Set this parameter to Default: |
provisioning_method | required | string | Specify the key provisioning method. Key provisioning method refers to where the private key and the certificate will be stored. Currently, we support only token-based key provisioning method. After you select |
ship_info | optional | object | For orders with the |
.. name | required | string | First and last name of the recipient of the order. |
.. addr1 | required | string | Shipping address for the token. |
.. addr2 | required | string | Continuation of street address. |
.. city | required | string | Shipping city. |
.. state | required | string | Shipping state. |
.. zip | required | string | Shipping postal code. |
.. country | required | string | Shipping country. |
.. method | required | string | Shipping priority for the token. Allowed values: |
organization | required | object | Object with information about the organization to associate with the request. You can associate the request with an existing organization, or you can create a new organization when you submit the order request. To associate the request with an existing organization, pass the ID of the organization as the value of Note: When you submit an order with organization details instead of providing an organization ID, we check the organizations that already exist in your account to avoid creating a duplicate.
To override this behavior and force the request to create a new organization, set the Important: When you want to associate an order with an existing organization, we recommend always using the ID of the organization instead of the organization's details in the body of your request. To get the ID values for organizations in your account, use the List organizations endpoint. Additionally, we recommend deactivating unused organizations to ensure they are never accidentally assigned to a new order request. To deactivate an organization, use the Deactivate organization endpoint. |
.. id | required | integer | The ID of an existing organization to associate with the order. To get the ID of organizations in your account, use the List organizations endpoint. *Not required if you are creating a new organization with your request. For details on how to create a new organization, see Create organization. |
.. contacts | required | array | |
.. .. first_name | optional | string | First name of the new contact. Note: Required when omitting |
.. .. last_name | optional | string | Last name of the new contact. Note: Required when omitting |
optional | string | Email address of the new contact. Note: Required when omitting | |
.. .. job_title | optional | string | Job title of the new contact. Note: Required when omitting |
.. .. telephone | optional | string | Telephone number of the new contact. Note: Required when omitting |
.. .. contact_type | required | string | |
.. .. user_id | required* | integer | ID of existing user or contact for the account. *Can be omitted if adding a new contact. |
order_validity | optional | object | Defines the validity period of certificates issued for this order. Cannot exceed order validity period. If not provided, or if the certificate validity date is less than 365 days from the current date, the certificate's validity period defaults to the validity period of the order or the maximum certificate validity period defined by CA/B Forum baseline requirements, whichever is shorter. This object is not used for requests from accounts that do not have Multi-year Plans enabled. |
.. years | optional | int | Number of years the certificate is valid after it is issued. Can be replaced with Allowed value: |
.. days | optional | int | Number of days the certificate is valid after it is issued. Overrides Max: |
.. .. custom_expiration_date | optional | string | A custom expiration date for the certificate. Overrides Format: Range: Must be within 397 days of the date you request the certificate. |
payment_method | required | string | Payment method for the order. Allowed values:
|
credit_card | required (if payment_method is card) | object | Object with information about the credit card charged for the order. Required if |
.. number | required | string | Credit card number. |
.. expiration_month | required | string | Credit card expiration month. Format as a two-digit number between |
.. expiration_year | required | string | Credit card expiration year. Format as a four-digit number. For example: |
.. cvv | required | string | Card verification value (CVV). Format as a three- or four-digit number. For example: |
.. cardholder_name | required | string | Cardholder’s first and last name. |
.. save_credit_card | optional | null | Specify whether to save the credit card details. Allowed Values: |
.. set_as_default | required | string | Set the card as the default payment option or method. To set this card as your default payment method, use Allowed Values: |
billing_address | conditional | object | Object with information about the billing address. Required if |
.. address | required | string | Billing street address. |
.. address2 | optional | string | Continuation of street address. |
.. city | required | string | Billing city. |
.. state | conditional | string | Billing state or province. Optional for some countries. |
.. country | required | string | Billing country. |
.. zip | conditional | string | Billing zip or postal code. Optional for some countries. |
Response parameters
Name | Type | Description |
|---|---|---|
id | int | Order ID. |
certificate_id | int | Certificate ID. Returned if request status is |
organization | object | Container for new organization details. Only returned if a new organization was created with the order. |
.. id | int | Organization ID for the new organization. |