soldierq / QLicense

A Ready To Use Software Licensing Solution in C#
MIT License
181 stars 93 forks source link

LicenseSign.pfx in DemoActionTool project is not exist #10

Closed ZhangDonglin12 closed 4 years ago

ZhangDonglin12 commented 4 years ago

Hello soldierq, when i check out your code ,i found the LicenseSign.pfx file can't find when i build the project? Can you help to fix that?Thanks a lot.

michaelmsonne commented 4 years ago

You need to create a keypair (.pfx and .cer) by yourself :)

ZhangDonglin12 commented 4 years ago

How could i creat a keypair ?,Sorry ,I have no idea about the license file in C# ,could you provide some reference books for me?Thanks a lot

michaelmsonne commented 4 years ago

A good start is here, i had used that to create a self-signed certificate, then exported the "public" ket from Windows cert store as .cer :)

https://www.petri.com/create-self-signed-certificate-using-powershell

ZhangDonglin12 commented 4 years ago

Thanks for your help.

michaelmsonne commented 4 years ago

No problem ;)