Test Certificate
In order to get an iSHARE Test certificate, the iSHARE organization needs to have:
Your company common name
Your company country
Your company EORI number (used as iSHARE identifier)
Click here to request your test certificate directly. To generate certificates and access the test satellite you need to enroll (request new certificate) and generate a test eiDAS certificate by selecting postpone for Key-pair generation. You also require a valid EORI but for the experimental phase, you can use test EORIs.
iSHARE Test CA
iSHARE Test certificates are issued by the iSHARE Test Certificate Authority. Please download the certificates as they are needed to trust iSHARE Test certificates when interacting with the test environment.
In case your knowledge of certificates could use a quick refreshment, please refer to the iSHARE Certificate ‘Cheat sheet’. This document gives a brief overview of common certificate types, how certificates are used within iSHARE and various OpenSSL commands for certificate conversion. Below is the certificate cheat sheet.
You can use the script in the following link to extract the certificate public keys and private key in various formats: https://github.com/iSHAREScheme/code-snippets/tree/master/Cert_Key_Extractor
How to get an iSHARE Test Certificate?
Go to the iSHARE Test Certificate Site
Extract Public and Private Keys
Open the command prompt or terminal and navigate to the location of the .p12 file using cd Command
Once you are in the folder containing .p12 file, enter the Command (Replace filename with the name of your certificate generated)
For Public Certificate: openssl pkcs12 - in filename.p12 -out publiccert.pem -nokeys -legacy
For Private Key: openssl pkcs12 - in filename.p12 -out privatekey.pem -nocerts -legacy (Password for Private Key will be attached along with Certificate Confirmation Email)
Public Certificate will be created in the same folder under 'publiccert.pem' and Private Key will be created in the same folder under 'privatekey.pem'. You can share only the Public Certificate with your Participant Registry
Last updated