while I generate the CSR from sdk with below command
fatoora -sim -csr -csrConfig MER123_csr-config.properties -generatedCsr MER123_csr.csr -privatekey MER123_private.key
the private key is generated some random number not as we expected.
while I generate the CSR from sdk with below command
fatoora -sim -csr -csrConfig MER123_csr-config.properties -generatedCsr MER123_csr.csr -privatekey MER123_private.key
the private key is generated some random number not as we expected.
Dear @itujar_it
This is the command line to generate the CSR:- fatoora -csr -csrConfig “fileName”
And it is normal for the private key to be random number as it must be generated In encrypted form
Thanks,
Hi,
No idea what you are expecting but keys will be like below,
MIGNAgEAMBAGByqGSM49AgEGBSuBBAAKBHYwdAIBAQQg3GQhvlSxs7Rn6krqNaYjSEoyEfaow9V5uWiTnGWTRQSgBwYFK4EEAAqhRANCAAR4Nz5v9C/uowDnSQDLQQkKUFo6pDQrFQbKgnRYZQJGo7Fc1Z+5EiBGW+E0F+SW5ctNnEsERi2l2ZpTSsN2122J
thanks