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