We need the subject from your certificate to know who is reporting to us so that we can build trust in you as a platform.

You can find it by using the tool https://keystore-explorer.org/, which may be downloaded free of charge. Alternatively, you can use openssl.

If you use openssl, you can find the subject by opening the folder in your computer where the certificate is located. When you are in the folder, enter the following command in the terminal:

openssl pkcs12 -nokeys -in <your-certificate-file>.p12 -passin pass:<your-password>

In this call, ‘your-certificate-file’ is the path to where your certificate is located. ‘your-password’ is the password for your certificate.