0

I have below settings for co-design through pfx file and password. I don't know why do I need subjectName here. and why I am getting this error. enter image description here

Habibul Hasan
  • 103
  • 1
  • 13

2 Answers2

0

Try adding ./ to the certificateFile value

"./build/wild......"

This look for build directory from the current directory.

Sean
  • 1,444
  • 1
  • 11
  • 21
0

i am using SSL for code signing, i need CSR for sign my exe. This type of CSR is available on DigiCert website. They have utility tool.

Habibul Hasan
  • 103
  • 1
  • 13