> @@ -29,7 +29,10 @@ > P12_PRIVATE_KEY_CREDENTIALS, > > /** Contents are an ID and Secret */ > - CLIENT_CREDENTIALS_SECRET; > + CLIENT_CREDENTIALS_SECRET, > + > + /** Contents are an ID and PEM-encoded Private Key. The certificate is > specified as it's own property. */ > + CLIENT_CREDENTIALS_P12;
Rename it to differentiate from the Google credential, which is also a P12 private key? Perhaps something like `CLIENT_CREDENTIALS_P12_AND_CERTIFICATE`, to indicate that a certificate will also be required? --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/952/files/d4668db228287c7620b0f7c3a37291dc7d61be47#r63672336
