学习谷歌应用程序引擎的大查询,并试图尝试这个库 ,也需要我知道关于将服务帐户凭据转换为其他格式 。 我已经尝试了这个命令
# Convert the key from pkcs12 to pkcs1 (PEM). $ cat /path/to/xxxx-privatekey.p12 | openssl pkcs12 -nodes -nocerts -passin pass:notasecret | openssl rsa > /path/to/secret.pem
在命令行上,但我得到
'cat' is not recognized as an internal or external command, operable program or batch file.
我如何解决这个问题?