I was trying object storage notification configuration as specified in https://developers.google.com/storage/docs/object-change-notification#_Service_Account
I followed the exact steps however on running 'gsutil ls' command I get following error:
/usr/local/gsutil/gsutil ls
Failure: PKCS12 format is not supported by the PyCrpto library. Try converting to a "PEM" (openssl pkcs12 -in xxxxx.p12 -nodes -nocerts > privatekey.pem) or using PyOpenSSL if native code is an option..
I tried converting to PEM as instructed in error message and reconfigured using gsutil config -e, but it returned the same error for PEM format.
My gsutil version is 3.37 I have compiled and installed pycrypto-2.6
Please help me to get rid of this error