Sometime, while copy pasting the command in command prompt the minus sign "-" will be understand differently, so try changing the '-' characters to the correct one. Its will work.
Error: CryptCertStrToNameW failed => 0x80092023 (-2146885597)
You get this error, when the CN contains characters not conform to X500. In your example you use a name such as "CN=norcron-develop". Here the "-" causes the problem. The same also goes for ".", "," and ";"
Error: WriteFile failed => 0x5 (5)
Open the command prompt as admin
Error: CryptCertStrToNameW failed => 0x80092023 (-2146885597)
You get this error, when the CN contains characters not conform to X500. In your example you use a name such as "CN=norcron-develop". Here the "-" causes the problem. The same also goes for ".", "," and ";"
Error: WriteFile failed => 0x5 (5)
Open the command prompt as admin