No Microsoft Windows, os arquivos de configuração são armazenados em %APPDATA%\gnupg
. Para versões recentes do Microsoft Windows, este diretório será armazenado por padrão em
C:\Users\%USERNAME%\AppData\Roaming\gnupg
A sequência de comentários pode ser alterada editando a opção comment
ou a opção removida completamente. Para remover a versão, adicione uma linha contendo a opção no-emit-version
, que não requer um valor. De man gpg
(todas as opções de linha de comando não abreviadas podem ser usadas sem o prefixo --
em gpg.conf
):
--comment string
--no-comments
Use string as a comment string in clear text signatures and ASCII
armored messages or keys (see --armor). The default behavior is not to
use a comment string. --comment may be repeated multiple times to get
multiple comment strings. --no-comments removes all comments. It is a
good idea to keep the length of a single comment below 60 characters
to avoid problems with mail programs wrapping such lines. Note that
comment lines, like all other header lines, are not protected by the
signature.
--emit-version
--no-emit-version
Force inclusion of the version string in ASCII armored output. If given
once only the name of the program and the major number is emitted
(default), given twice the minor is also emitted, given triple the micro
is added, and given quad an operating system identification is also emitted.
--no-emit-version disables the version line.