> + > +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: > +``` > + <test.google-cloud-storage.identity>Email address associated with > service account</test.google-cloud-storage.identity> > + <test.google-cloud-storage.credential>-----BEGIN RSA PRIVATE KEY----- > +MIICXgIBAAKBgQRRbRqVDtJLN1MO/xJoKqZuphDeBh5jIKueW3aNIiWs1XFcct+h > +-- this text is literally from your <my_key>.pem
Can you move this text above the property inside an XML comment <!-- --> ? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/28/files#r13886154
