1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
FSIJ keyrings
=============
* git-repository-access.gpg: For git.fsij.org access
* fsij-jimu.gpg: For encrypted git repository
* members.gpg: Possibly, something for members
Adding public keys to keyrings
==============================
::
$ gpg --no-default-keyring --keyring ./$KEY_RING \
--import-options import-minimal --import *.asc
Convert authentication subkeys to SSH format
============================================
::
$ ./convert-authkey-ssh.sh git-repository-access.gpg
|