What is the solution for signing simplified tax invoices using the SDK CLI by more than one onboarded EGS units for different companies on the same cloud server, other than copying the certificate pem files to the certificates folder, as the SDK can hold only one certificate under the SDK certificates folder? I think Zatca should add a new parameter to the sign-invoice CLI command to state the Certificates path.
Dear @basazz,
the SDK have this feature already (.NET version), you can dedicate both the pathes private key pem files and certificate by - certificate - private key
Regards,
Anas Turkistani
OK thanks for your reply, Is there any possibility that ZATCA will add these paramters to the CLI SDK command?
Dear @basazz,
It’s already added, you can use it through SDK CLI (.NET), to indicate both of the certificate and private key pathes, please use the tags “-certificate” & “- private key”
My question is if Zatca have plans to add it to the zatca-einvoicing-sdk-Java-238-R3.4.3 and the zatca-einvoicing-sdk-Java-238-R3.4.3 simulation versions as many solution providers are not using the zatca-einvoicing-sdk-DotNet-238-R3.4.3 version and using the shell execute commands to run the SDK using the Windows Command-Line Interface, and they can’t do the same with the dot net SDK version without build a CLI wrapper using .NET which needs for that to install Visual Studio and to do coding.
Regards,
BasAzz