> + > +A. > + > +1. Convert the p12 file into pem format (it will ask for the keystore > password, which is usually "notasecret"): > + openssl pkcs12 -in <my_keystore>.p12 -out <my_keystore>.pem -nodes > + > +2. Extract only the pk and remove passphrase > + openssl rsa -in <my_keystore>.pem -out <my_key>.pem > + > +The last file (<my_key>.pem) should contain the pk that needs to be passed > to `ContextBuilder.credential()` for the provider `google-cloud-storage`. > + > + > +Running the live tests: > +--------------------------------------------------------------- > + > +1 Place the following in your ~/.m2/settings.xml in a profile enabled when > live:
Should these be 1. and 2. to render like the other bullets? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/28/files#r13886316
