LoginSignup
0
0

More than 5 years have passed since last update.

App Signingの場合の証明書hashを取得する

Posted at

めちゃくちゃ雑なメモです。

echo {sha256} | xxd -r -p | openssl base64

{sha256} には SHA-256 certificate fingerprint を入れる。
50文字のbase64証明書hashが出力される。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0