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.
Asked
Active
Viewed 71 times
0

Habibul Hasan
- 103
- 1
- 13
2 Answers
0
Try adding ./
to the certificateFile
value
"./build/wild......"
This look for build directory from the current directory.

Sean
- 1,444
- 1
- 11
- 21
-
used "certificateFile":"./build/wildcard_production_imsglobal_com.pfx", still getting same error – Habibul Hasan Aug 08 '17 at 09:29
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