> + 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 protected]</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 > +aH7xmpHSTbbXmQkuuv+z8EKijigprd/FoJpTX1f5/R+4wQ== > +-----END RSA PRIVATE KEY-----</test.google-cloud-storage.credential>
Does this render correctly for you? This shows some text within the key for me. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/27/files#r13828898
