Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

generate pkcs12 certificate using keytool

keytool -genkeypair -alias solr-ssl -keyalg RSA -keysize 2048 -keypass secret -storepass secret -validity 9999 -keystore solr-ssl.keystore.jks -ext SAN=DNS:localhost,IP:192.168.1.3,IP:127.0.0.1 -dname "CN=localhost, OU=Organizational Unit, O=Organization, L=Location, ST=State, C=Country"
keytool -importkeystore -srckeystore solr-ssl.keystore.jks -destkeystore solr-ssl.keystore.p12 -srcstoretype jks -deststoretype pkcs12
Comment

PREVIOUS NEXT
Code Example
Shell :: Check Firewall setup 
Shell :: how to locate a file in linux 
Shell :: linux move everything except 
Shell :: how to ignore .idea folder in gitignore 
Shell :: zip exclude multiple files linux 
Shell :: replace match in various grep match 
Shell :: terminal mkv to mp4 
Shell :: float calculation bash 
Shell :: bash command to move all files to a dir 
Shell :: virtualbox shared folder linux 
Shell :: add husky folder 
Shell :: command can be used to find files or folders matching a particular search pattern in linux 
Shell :: how to permanently install wifi drivers realtek 8723de in ubuntu 18.04 
Shell :: Failed to start uWSGI Emperor Service 
Shell :: create a bash script 
Shell :: ssh command 
Shell :: gcloud add role to service account 
Shell :: instal ng2 search module 
Shell :: cli echo to file 
Shell :: Unable to connect to server: connection to server at "localhost" (127.0.0.1), port 5432 failed 
Shell :: git reset uncommitted changes 
Shell :: Redirect output from within the shell script 
Shell :: how to speed up internet connection ubuntu 20 
Shell :: how to restore a non booting grub bootloader 
Shell :: install serial port using npm 
Shell :: remote host identification has changed 
Shell :: login to docker registry from terminal 
Shell :: batch comment 
Shell :: instalar webmin ubuntu 20.04 
Shell :: copy paste file terminal 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =