= !SafeSets Notes = This collects all the notes about how to do safesets things that I keep losing == pem -> jks == to do that for a keypair.. its a 2 step process.. first to pkcs then jks.. {{{ $ openssl pkcs12 -export -in MYCERT.crt -inkey MYKEY.key -out keystore.p12 -name "mykey" $ (16:47:57) Prateek: keytool -importkeystore -srckeystore keystore.p12 -destkeystore keystore.jks -srcstoretype pkcs12 -deststoretype jks }}} == Server restart == {{{ Instructions for restarting the SafeSets server (you shouldn't need to do this) cd /home/jaipuria/playground/abac/safesets/ sudo rm -r config/single_node_cluster/data/ bin/voldemort-server.sh config/single_node_cluster/ }}}