User and Commands

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Keytool Commands:

Commands keytool -genkey -alias myalias -keyalg RSA -keystore mykeystore.jks -keysize 2048 keytool -certreq -alias myalias -keystore mykeystore.jks -file myfile.csr keytool -import -alias root -file mycer.cer -keystore keystore.jks keytool -printcert -v -file mycert.cer keytool -list -v -keystore mykeystore.jks keytool -delete -alias myalias -keystore mykeystore.jks keytool -list -v -keystore $JAVA_HOME/jre/lib/security/cacerts

Description Generate a Java keystore and key pair Generate a certificate signing request (CSR) for an existing Java keystore Import certificate to an existing Java keystore Check a stand-alone certificate Check which certificates are in a Java keystore Delete a certificate from a Java Keytool keystore List Trusted CA Certs

User iplanet mwops

Password webiplanet Welcome1

Console Iplanet Weblogic

User/Password admin/admin weblogic/weblogic1

Certutil Commands
Commands certutil -L -d . -n server-cert Description List the certificates in the Database

You might also like