189
194
# Export keys from key rings to key files
190
195
gpg --no-random-seed-file --quiet --batch --no-tty --armor \
192
197
--keyring "$PUBRING" --export-options export-minimal \
193
198
--comment "$FILECOMMENT" --output "$SECKEYFILE" \
195
200
gpg --no-random-seed-file --quiet --batch --no-tty --armor \
197
202
--keyring "$PUBRING" --export-options export-minimal \
198
203
--comment "$FILECOMMENT" --output "$PUBKEYFILE" \