Linux4u @ Rak
Saturday, February 8, 2014
Generating Jks and CSR using keytool command
keytool -genkey -alias server -keyalg RSA -keysize 2048 -keystore rakesh.jks
Generating
keytool -certreq -alias server -keyalg RSA -file yourdomain.csr -keystore rakesh.jks
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
curl and cacert
curl -v --cacert cacert.pem https://www.example/cgi-bin/f ile.xgi -I -X POST
No comments:
Post a Comment