Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions content/doc/aptly/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,10 @@ Signing releases is highly recommended, but if you want to skip it, you
can either use `gpgDisableSign` configuration option or `--skip-signing`
flag.

For all commands in this section which accept a `-secret-keyring=""` argument,
when the "internal" Go-native OpenPGP implementation is in use, this keyring
can be of the form `tpm://HANDLE?dev=DEVICE` to use a key stored in the
system's Trusted Platform Module. `HANDLE` should be in a form similar to
`0x81000000`, and `DEVICE` should be the URL-escaped name of a device similar
to `/dev/tpmrm0` (which happens to be the default); URL-escaped, this would be
expressed as `?dev=%2Fdev%2Ftpmrm0`.