Horje
install makecert windows 10 Code Example
install makecert windows 10
//go to powershell >> run as admin and paste the following
New-SelfSignedCertificate -Subject "CN=Test Code Signing" -Type CodeSigningCert -KeySpec "Signature" -KeyUsage "DigitalSignature" -FriendlyName "Test Code Signing" -NotAfter (get-date).AddYears(5)




Shell

Related
Compress a folder in Ubuntu Code Example Compress a folder in Ubuntu Code Example
git push -u rejected Code Example git push -u rejected Code Example
how to install pytorch 0.4.1 Code Example how to install pytorch 0.4.1 Code Example
pip install pytorch==1.4.0 Code Example pip install pytorch==1.4.0 Code Example
how to install ssh server on ubuntu 16.04 Code Example how to install ssh server on ubuntu 16.04 Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11