diff options
author | johannst <johannst@users.noreply.github.com> | 2024-03-30 21:10:09 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2024-03-30 21:10:09 +0000 |
commit | 1d01762f8b174573dd58e6da1630bd92bc193512 (patch) | |
tree | 09d5c0a9cce803e074cadf3d7adbbd8eebec91cc /print.html | |
parent | 8cb283f28585c7de6b1ac6f7115afbcfeab50025 (diff) | |
download | notes-1d01762f8b174573dd58e6da1630bd92bc193512.tar.gz notes-1d01762f8b174573dd58e6da1630bd92bc193512.zip |
deploy: 98c909eb6a4c93551f6cbf49c360e8a38a271a6a
Diffstat (limited to 'print.html')
-rw-r--r-- | print.html | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1728,6 +1728,13 @@ gpg --verify <file>.asc <file> <li><code>pub</code> public key</li> <li><code>sub</code> public subkey</li> </ul> +<p>Key usage flags:</p> +<ul> +<li><code>[S]</code> signing</li> +<li><code>[C]</code> create certificates</li> +<li><code>[E]</code> encrypting</li> +<li><code>[A]</code> authentication</li> +</ul> <h2 id="keyservers"><a class="header" href="#keyservers">Keyservers</a></h2> <ul> <li>http://pgp.mit.edu</li> |