When I run "generateCertificates.sh", the following error occurs.
It seems that the recently committed content contains typo.
There is a difference between "generateCertificates.bat" file and "generateCertificates.sh".
I will upload the modified file.
rm: cannot remove ‘keystores’: No such file or directory
read EC key
writing EC key
Error opening Private Key privateKeys/v2gRootCA.key
140192919066256:error:02001002:system library:fopen:No such file or directory:bss_file.c:398:fopen('privateKeys/v2gRootCA.key','r')
140192919066256:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:400:
unable to load Private Key
csrs/v2gRootCA.csr: No such file or directory
read EC key
writing EC key
Signature ok
subject=/CN=CPOSubCA1/O=RISE V2G Project/C=DE/DC=V2G
Error opening CA Certificate certs/v2gRootCACert.pem
140387296798352:error:02001002:system library:fopen:No such file or directory:bss_file.c:398:fopen('certs/v2gRootCACert.pem','r')
140387296798352:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:400:
unable to load certificate
Thanks for catching that typo. And yes, there is still a difference between the newly updated .sh script and the old .bat script. I am right now working on these shell scripts and will update both when done.
When I run "generateCertificates.sh", the following error occurs.
It seems that the recently committed content contains typo.
There is a difference between "generateCertificates.bat" file and "generateCertificates.sh".
I will upload the modified file.