Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

generate jks certificate

Rem Java Installation required
keytool -genkey -keyalg RSA -alias "localhost" -keystore "jenkins.jks" -validity 365 -keysize 2048 -dname "CN=localhost, OU=OU_name, O=OU_name, L=city, ST=State_name, C=two_letter_country_code" -ext SAN=dns:localhost,ip:192.168.56.1 -storepass changeit

Comment

PREVIOUS NEXT
Code Example
Shell :: git push default 
Shell :: linux sync files between folders 
Shell :: check mtu size linux 
Shell :: install xq command 
Shell :: git branch change remote 
Shell :: git create github repo 
Shell :: flask run localhost 
Shell :: kubernetes commands 
Shell :: how to create a github account 
Shell :: restart terminal without closing 
Shell :: cat: /var/jenkins_home/secrets/initialAdminPassword: No such file or directory 
Shell :: E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied) 
Shell :: git push to remote branch 
Shell :: ssh map port 
Shell :: how to use git in terminal 
Shell :: powershell unzip multiple files 
Shell :: 504 gateway time-out nginx/1.18.0 (ubuntu) 
Shell :: react-fetch-hook 
Shell :: rename file powershell 
Shell :: linux remove environment variable 
Shell :: cmake command not found 
Shell :: how to disable ssh in linux 
Shell :: learn typeorm 
Shell :: filezilla Directory /var/lib/docker: permission denied 
Shell :: bash check if file is readable 
Shell :: vscode update terminal limit 
Shell :: Installing ionic local notification plugin 
Shell :: push imagesto docker 
Shell :: powershell filter 
Shell :: chmod chown 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =