如何将bash代码更改为python json

时间:2019-05-02 12:28:10

标签: python json bash

您好,我正在尝试将以下bash代码更改为Python 3:

CERT_KEY="$(cat looking_secret_route | 
         python3 -c "import sys, json; print(json.load(sys.stdin)['data']['my.key'])"|  
         base64 -d)"

CERTIFICATE="$(cat looking_secret_route | 
         python3 -c "import sys, json; print(json.load(sys.stdin)['data']['my.cr'])"| 
         base64 -d)"

0 个答案:

没有答案