Search in this section
Page History
Instructions for the complete automation of the ordering process for S/MIME certificates. The product GlobalSign - PersonalSign Class 1 is used here as an example. S/MIME Certificates are certificates for the encryption and signing of Email. Currently the S/MIME products are offered by Globalsign.
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
|
Basics of the JSON and XML API
All important information for the use of the JSON and XML API you can find in the General API Basics and the XML API Basics and JSON API Basics. The specific SSL objects are documented here, the SSL tasks here.
Overview
Flowchart
Task Names, Codes and Routes
Task | Task Code | Route |
---|---|---|
CertificateCreate | 400101 | POST /certificate |
SSLContactCreate | 400201 | POST /sslcontact |
CertificateInfo | 400104 | GET /certificate/$id |
PollInfo | 0905 | GET /poll |
PollConfirm | 0906 | PUT /poll/$id |
CertificatePrepareOrder | 400110 | POST /certiicate/prepareOrder |
Order Preparation
Contact Create
To be able to order a S/MIME certificate, a technical and administrative contact is required. These must be created beforehand and can then be used for future orders. In case one or more contacts is already present, you can skip this step and use the contact for future tasks.
Example for Contacte Create
SP Tabs group | ||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||
|
Ordering a S/MIME Certificate
Certificate Create
With the CertificateCreate task you send the order to the system. You have to set certain values:
- Certificate Type = The attribute MAIL must be used for S/MIME certificates.
- Admin = ID of the administrative contact.
- Name = The name of the certificate. For S/MIME certificates, this is the email for which the certificate is used.
- Product = Value of the S/MIME certificate, for our example this is GLOBALSIGN_PERSONALSIGN_1
- First Name = First name
- Last Name = Last name
- Term = Desired certificate runtime. The possible runtimes depend on the certificate product.
- Password = Password to be used to download the S/MIME certificate from Globalsign.
- Organisational Unit = The responsible organizational unit, e.g. "marketing department".
- CSR = Value which indicates whether an own CSR is used. The XML tag <has_csr> must be set to true.
Example for certificate create
SP Tabs group | ||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
Anchor | ||||
---|---|---|---|---|
|
By using the CertificateCreate task a job is automatically generated which takes care of the certificate order. As soon as the job is completed, a poll message is generated which needs to be inquired with the PollInfo (0905) task. The poll message contains information about the job. If the job was successful, the ID of the ordered certificate is returned. The job then has to be confirmed with the PollConfirm (0906) task.
Example für Poll Info
SP Tabs group | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Example for Poll Confirm
SP Tabs group | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Inquiring Certificate Information
The CertificateInfo task displays all the certificate details. The information can be inquired by sending the ID from the step Inquiring (0905) and Confirming (0906) poll messages.
SP Tabs group | ||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||
|