"Gpg --list-secret-keys --keyid-format=long"의 두 판 사이의 차이

(새 문서: ==개요== {{소문자}} <syntaxhighlight lang='console'> $ gpg --list-secret-keys --keyid-format=long gpg: checking the trustdb gpg: marginals needed: 3 completes needed: 1 trust...)
 
 
1번째 줄: 1번째 줄:
==개요==
==개요==
{{소문자}}
{{소문자}}
;gpg --list-secret-keys --keyid-format=long


<syntaxhighlight lang='console'>
$ gpg --list-secret-keys
/home/testuser/.gnupg/pubring.kbx
-------------------------------
sec  rsa4096 2024-04-27 [SC]
      1A35792A46803C5EA79146D8BDF913570C24E68A
uid                [ultimate] John Doe <john@example.com>
ssb  rsa4096 2024-04-27 [E]
</syntaxhighlight>
<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
$ gpg --list-secret-keys --keyid-format=long
$ gpg --list-secret-keys --keyid-format=long
gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:  1  signed:  0  trust: 0-, 0q, 0n, 0m, 0f, 1u
/home/testuser/.gnupg/pubring.kbx
/home/testuser/.gnupg/pubring.kbx
-------------------------------
-------------------------------

2024년 4월 27일 (토) 19:39 기준 최신판

1 개요[ | ]

gpg --list-secret-keys --keyid-format=long
$ gpg --list-secret-keys
/home/testuser/.gnupg/pubring.kbx
-------------------------------
sec   rsa4096 2024-04-27 [SC]
      1A35792A46803C5EA79146D8BDF913570C24E68A
uid                 [ultimate] John Doe <john@example.com>
ssb   rsa4096 2024-04-27 [E]
$ gpg --list-secret-keys --keyid-format=long
/home/testuser/.gnupg/pubring.kbx
-------------------------------
sec   rsa4096/BDF913570C24E68A 2024-04-27 [SC]
      1A35792A46803C5EA79146D8BDF913570C24E68A
uid                 [ultimate] John Doe <john@example.com>
ssb   rsa4096/D0F24B681E357A9C 2024-04-27 [E]

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}