mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-24 19:24:19 +01:00
gpg.conf: ask signature expire time & trust level
This commit is contained in:
parent
ab86080ddb
commit
6f7006bd01
@ -61,7 +61,6 @@ default-keyserver-url hkp://pool.sks-keyservers.net
|
|||||||
#compress-algo BZIP2
|
#compress-algo BZIP2
|
||||||
|
|
||||||
no-allow-non-selfsigned-uid
|
no-allow-non-selfsigned-uid
|
||||||
no-ask-sig-expire
|
|
||||||
default-sig-expire 0
|
default-sig-expire 0
|
||||||
|
|
||||||
allow-multiple-messages
|
allow-multiple-messages
|
||||||
@ -87,6 +86,10 @@ verbose
|
|||||||
import-options import-local-sigs import-clean
|
import-options import-local-sigs import-clean
|
||||||
export-options export-local-sigs export-attributes export-sensitive-revkeys export-clean
|
export-options export-local-sigs export-attributes export-sensitive-revkeys export-clean
|
||||||
|
|
||||||
|
# Ask everything
|
||||||
|
ask-cert-level
|
||||||
|
ask-cert-expire
|
||||||
|
|
||||||
# Add comments to things signed/encrypted by gpg
|
# Add comments to things signed/encrypted by gpg
|
||||||
comment Homepage: http://mkaysi.github.com/
|
comment Homepage: http://mkaysi.github.com/
|
||||||
comment Public key: http://mkaysi.github.com/PGP/0x82A46728.txt
|
comment Public key: http://mkaysi.github.com/PGP/0x82A46728.txt
|
||||||
|
6
gpg.conf
6
gpg.conf
@ -61,9 +61,6 @@ default-keyserver-url hkp://pool.sks-keyservers.net
|
|||||||
#compress-algo BZIP2
|
#compress-algo BZIP2
|
||||||
|
|
||||||
no-allow-non-selfsigned-uid
|
no-allow-non-selfsigned-uid
|
||||||
no-ask-sig-expire
|
|
||||||
default-sig-expire 0
|
|
||||||
|
|
||||||
allow-multiple-messages
|
allow-multiple-messages
|
||||||
|
|
||||||
# Show the LONG KEYID and fingerprint by default and tell that it's hexadecimal string.
|
# Show the LONG KEYID and fingerprint by default and tell that it's hexadecimal string.
|
||||||
@ -87,6 +84,9 @@ verbose
|
|||||||
import-options import-local-sigs import-clean
|
import-options import-local-sigs import-clean
|
||||||
export-options export-local-sigs export-attributes export-sensitive-revkeys export-clean
|
export-options export-local-sigs export-attributes export-sensitive-revkeys export-clean
|
||||||
|
|
||||||
|
# Ask everything
|
||||||
|
ask-cert-level
|
||||||
|
ask-cert-expire
|
||||||
|
|
||||||
# Add comments to things signed/encrypted by gpg
|
# Add comments to things signed/encrypted by gpg
|
||||||
#comment Homepage: http://mkaysi.github.com/ # MKAYSIGREP MKAYSIGREPGPG
|
#comment Homepage: http://mkaysi.github.com/ # MKAYSIGREP MKAYSIGREPGPG
|
||||||
|
Loading…
Reference in New Issue
Block a user