wes4m / zatca-xml-js

An implementation of Saudi Arabia ZATCA's E-Invoicing requirements, processes, and standards in TypeScript.
MIT License
73 stars 59 forks source link

Which is the correct correct X509IssuerName #49

Open ajaybalachandran opened 11 months ago

ajaybalachandran commented 11 months ago

Can you please tell me the difference between these certificate issuer names in Zatca:

  1. CN=PEZEINVOICESCA2-CA, DC=extgazt, DC=gov, DC=local
  2. CN=PEZEINVOICESCA1-CA, DC=extgazt, DC=gov, DC=local
  3. CN=TSZEINVOICE-SubCA-1, DC=extgazt, DC=gov, DC=local
  4. CN=PRZEINVOICESCA4-CA, DC=extgazt, DC=gov, DC=local

Which one is valid for pre-production, and which one for production? Is the change in issuer name due to CSR config file changes?

ajaybalachandran commented 8 months ago

I followed steps to obtain Production CSID in CORE API's from the official documentation and I got issuer name as given below <ds:X509IssuerName>CN=PRZEINVOICESCA4-CA, DC=extgazt, DC=gov, DC=local</ds:X509IssuerName> is this correct issuer name?