Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benigumocom/301c3e6bd42b1678dc6723851ffb23e1 to your computer and use it in GitHub Desktop.
Save benigumocom/301c3e6bd42b1678dc6723851ffb23e1 to your computer and use it in GitHub Desktop.
【マイナンバー】スマホ用電子証明書がややこしい 👉 https://android.benigumo.com/20230619/myna-validate/
%%{init: {"fontFamily": "monospace"}}%%

sequenceDiagram

actor you as あなた
participant app as マイナポータルアプリ
participant service as 公的個人認証サービス

you->>app: ①自分のスマホ用電子証明書の情報の確認 
Note right of app: 自分の電子証明書
app->>you: ②自分のスマホ用電子証明書の内容を表示 
you->>app: ③自分のスマホ用電子証明書の有効性の確認
app->>service: 
Note right of service: スマホ用電子証明書
service->>app: ④スマホ用電子証明書の有効性の状態を反映
Note right of app: 発行元の電子証明書
app->>you: ⑤スマホ用電子証明書の有効性の状態を表示 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment