Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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)
Comment

PREVIOUS NEXT
Code Example
Shell :: gitlab remove branch 
Shell :: ssh download file 
Shell :: mount docker volume in container 
Shell :: bash blackeye 
Shell :: Push github repo in command line 
Shell :: revert all local changes git 
Shell :: linux mint 20 dark mode 
Shell :: add component angular 
Shell :: how to make a .sh file executable 
Shell :: git remanme folder 
Shell :: docker image convert to tar.gz 
Shell :: ffmpeg gif images 
Shell :: install kibana 7.17 ubuntu 
Shell :: switch from npm to yarn 
Shell :: poetry python install 
Shell :: hibernate in windows 
Shell :: batch script if statement 
Shell :: recursive chown 
Shell :: node js 16 install ubuntu 20.04 
Shell :: git change local branch name 
Shell :: ssh without password 
Shell :: check my privilages ubuntu 
Shell :: install forge server command line 
Shell :: how to logout in linux kali 
Shell :: how to get list of files in a folder in batch script 
Shell :: docker install ubuntu 20 
Shell :: how to make history | grep in windows 
Shell :: igraph 
Shell :: Uninstall Applications in ubuntu through the Command Line 
Shell :: pip2 install 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =