keytool -importkeystore -srckeystore host.p12 -destkeystore host.jks -srcstoretype pkcs12
Adding cert to java keystore
keytool -import -file /tmp/test.crt -storepass changeit -keystore /java/jre/lib/security/cacerts -alias aliasname
keytool -list -storepass changeit -keystore /java/jre/lib/security/cacerts
Thursday, February 7, 2013
Subscribe to:
Post Comments (Atom)
curl and cacert
curl -v --cacert cacert.pem https://www.example/cgi-bin/f ile.xgi -I -X POST
-
Here i have created a script for starting and stopping tomcat service named it as ts and placed it on /etc/init.d in order to make this scr...
-
Command to Run setcap 'cap_net_bind_service=+ep' /opt/apache/bin/httpd httpd is the custom script i made to run apache.
-
Comparing openssl key/csr/crt is useful to make sure signature between key/csr/crt are same openssl x509 -noout -modulus -in certificat...
No comments:
Post a Comment