Obtaining Production Credentials

After completing the compliance check, you can obtain production credentials.

To obtain production credentials:

  1. Open the Saudi Arabia E-Invoicing Configuration record.

  2. Click Next.

    The Production Binary Security Token and Production Secret are received and saved in the Production Binary Security Token and Production Secret fields on the Saudi Arabia E-Invoicing Configuration record.

  3. Create a text file named proddigCert.txt in the same directory as the configuration txt file.

  4. Copy the Production Binary Security Token into the proddigCert.txt file.

  5. Run the following command to extract the issuer name from the Production Binary Security Token.

                    openssl x509 -in proddigCert.txt -noout -issuer 
    
                  
  6. Copy the output following "issuer=" into the Production Issuer Name field, including the blank lines at the end, in the Saudi Arabia E-Invoicing Configuration record.

  7. Run the following command to extract the Production Serial Number.

                    openssl x509 -in proddigCert.txt -noout -serial 
    
                  
  8. Copy the output following "serial=" into the Production Serial Number field, including the blank lines at the end, in the Saudi Arabia E-Invoicing Configuration record.

  9. Run the following command to extract the Production Public Key.

                    openssl x509 -in proddigCert.txt -noout -pubkey 
    
                  
  10. Copy the output into the Production Public Key field, including the blank lines at the end, in the Saudi Arabia E-Invoicing Configuration record.

  11. Run the following command to extract the ECDSA signature of the Production Binary Security Token.

                    openssl x509 -text -in proddigCert.txt -noout 
    
                  
  12. Copy the ECDSA signature, which includes the alphanumeric characters following "Signature Algorithm: ecdsa-with-SHA256," into the Production Binary Security Token field in the Saudi Arabia E-Invoicing Configuration record.

  13. Click Save.

A confirmation message appears stating that you have completed all four steps of the set up.

Related Topics

General Notices