An error has occurred. Unable to import an item. The contents of this item cannot be retrieved. Missing .pem file

后端 未结 3 1763
[愿得一人]
[愿得一人] 2021-01-31 15:38

I am struck with a problem. I installed the p12 certificates once into a MacBookPro and then deleted it, now when I am again trying to install it. Keychain is simply not accepti

3条回答
  •  终归单人心
    2021-01-31 15:53

    Quoting http://www.openradar.me/7092640:

    You can use the 'security' command line tool:

    security import priv_key.p12 -k ~/Library/Keychains/login.keychain

    security import pub_key.pem -k ~/Library/Keychains/login.keychain

    https://stackoverflow.com/a/16847082/14731 contains a similar answer.

提交回复
热议问题