mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-22 15:42:06 +01:00
fix display of space-example
This commit is contained in:
parent
b89ceb08cd
commit
8a1a6026fb
1 changed files with 7 additions and 7 deletions
|
@ -190,14 +190,14 @@ Overall, certificate minimization for email presents a promising approach to enh
|
||||||
|
|
||||||
[^space-example]: This example demonstrates how to minimize a certificate using GnuPG commands, targeting only relevant components:
|
[^space-example]: This example demonstrates how to minimize a certificate using GnuPG commands, targeting only relevant components:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
gpg --export-options export-minimal,export-clean,no-export-attributes \
|
gpg --export-options export-minimal,export-clean,no-export-attributes \
|
||||||
--export-filter keep-uid=mbox=wiktor@metacode.biz \
|
--export-filter keep-uid=mbox=wiktor@metacode.biz \
|
||||||
--export-filter 'drop-subkey=expired -t || revoked -t || usage =~ a' \
|
--export-filter 'drop-subkey=expired -t || revoked -t || usage =~ a' \
|
||||||
--export wiktor@metacode.biz
|
--export wiktor@metacode.biz
|
||||||
```
|
```
|
||||||
The process significantly reduces the certificate size from 152,322 bytes to just 3,771 bytes, demonstrating a substantial decrease in size by over 40 times. Such minimization is particularly crucial in contexts with strict size limitations, like embedding certificate data in email headers.
|
|
||||||
|
|
||||||
|
The process significantly reduces the certificate size from 152,322 bytes to just 3,771 bytes, demonstrating a substantial decrease in size by over 40 times. Such minimization is particularly crucial in contexts with strict size limitations, like embedding certificate data in email headers.
|
||||||
|
|
||||||
## Identifying certificates: Fingerprints and Key IDs
|
## Identifying certificates: Fingerprints and Key IDs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue