Is there any difference between Simulation portal and Fatoora portal when creating CSR?
Yes, there is a difference between the Simulation portal and the Fatoora portal when creating a CSR (Certificate Signing Request).
The Simulation portal is a test environment where you can perform various operations and tests without affecting the production(Core) system.
1- Using the SDK and config.properties to generate the CSR :
Simulation portal commad :
fatoora -sim -csr -csrConfig <configfile.properties path file>
Fatoora portal command:
fatoora -csr -csrConfig <configfile.properties path file>
2-Using openssl and config.cnf file to generate the CSR:
the config.cnf file in Simulation should contain :
[req_ext]
certificateTemplateName = ASN1:PRINTABLESTRING:PREZATCA-Code-Signing
the config.cnf file in Fatoora should contain :
[req_ext]
certificateTemplateName = ASN1:PRINTABLESTRING:ZATCA-Code-Signing
Dear @MaShalaby ,
What the text (content) used in config.cnf file ?