Configuration
Signius

Certificates

In order to communicate with Signius platform, you have to provide a valid certificate. This certificate is used to authenticate application and to encrypt the communication between application and Signius platform. To configure the certificate:

  1. Login into Strapi as admin user
  2. Navigate to Content Manager -> Single Types
  3. Depending on your desired application, choose Crowdex or RentInvesto
  4. Find field called Secrets.
  5. Add following json properties to the object:
{
    "SIGNIUS_DOCUMENT_CERT": "BASE64_CERTIFICATE",
    "SIGNIUS_IDENTITY_CERT": "BASE64_CERTIFICATE",
    "SIGNIUS_IDENTITY_PASS": "IDENTITY_CERTIFICATE_PASSWORD",
    "SIGNIUS_IDENTITY_BASE_URL": "https://sp-demo.signius.eu:8300",
    "SIGNIUS_DOCUMENTS_BASE_URL": "https://sp-demo.signius.eu:8900",
    "SIGNIUS_API_KEY": ""
}
  1. Save the changes

In order to get SIGNIUS_DOCUMENT_CERT and SIGNIUS_IDENTITY_CERT, you have to generate them based on certificates received from Signius:

  • bash base64 -i "sp_demo.signius.eu.cer"
  • bash base64 -i "Crowder RA DEV.p12"