-1

I am new to certutil and I am getting the following error. Any help would be appreciated.

certutil -view -restrict 

“Disposition=20,notafter=>1/17/2014,Certificate Template=<1.3.6.1.4.1.311.21.8.1370017.958360.9715892.10314310.367570.155.3464656.3414923>” -out “Request.RequesterName,CommonName,NotAfter”

Dinesh.hmn
  • 713
  • 7
  • 21
vishal
  • 1
  • 1
  • 1
  • 1
    Post the error please – learner66666666 Jan 20 '17 at 06:14
  • PS C:\Users\admpravima> certutil -view -restrict "Disposition=20,notafter=>1/17/2014,Certificate Template=1.3.6.1.4.1.31 1.21.8.1370017.958360.9715892.10314310.367570.155.3464656.3414923" -out "RequestID,RequesterName,CommonName,NotAfter" CertUtil: -view command FAILED: 0x80070057 (WIN32: 87) CertUtil: The parameter is incorrect. PS C:\Users\admpravima> – vishal Jan 20 '17 at 06:22
  • this is the first time i am asking question..i didn't know. – vishal Jan 20 '17 at 06:28

1 Answers1

0

Refer to link. It will fix the issue.

This is because of windows update and not a problem with your code.

learner66666666
  • 167
  • 1
  • 1
  • 15