Setting Key Usage attributes with Makecert

前端 未结 4 1217
故里飘歌
故里飘歌 2021-02-18 21:43

Is it possible to set Key Usage attributes using makecert, or any other tool I can use to generate my own test certificates?

The reason I\'m interested is that certifica

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-18 22:27

    You can use the -eku option to specify the key usage to your certificate.

    See details here: http://msdn.microsoft.com/en-us/library/aa386968(VS.85).aspx

提交回复
热议问题