-
Notifications
You must be signed in to change notification settings - Fork 0
Home
KaiGai Kohei edited this page Feb 27, 2018
·
2 revisions
$ gpg --gen-key
ここで選択するのは
RSA and RSA (default)
- Key Size: 2048bits
key does not expire
- Name:
HeteroDB SWDC
- Mail:
<[email protected]>
- Comment:
HeteroDB Software Distribution Center
- Pass: 適当に決める
しばらく時間がかかる
gpg --export -a > swdc/files/RPM-GPG-KEY-HETERODB
$ cp swdc/files/rpmsign.sh.template ~/rpmsign.sh
$ vi ~/rpmsign.sh
PASS="XXXXXXXXXX"
の部分をパスフレーズに変更
%_gpg_name
パラメータを指定
さきほどgpg --gen-key
で指定した Name
を教えてやる。
%_gpg_name HeteroDB SWDC