GPG 公私钥生成

备注

GPG工具版本

gpg (GnuPG) 1.4.5
如果是2.0以上版本,需要gpg2命令

1.GPG公钥生成

[weblogic@10_56_81_179 ~]$ gpg --gen-key
gpg (GnuPG) 1.4.5; Copyright (C) 2006 Free Software Foundation, Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See the file COPYING for details.

Please select what kind of key you want:
   (1) DSA and Elgamal (default)
   (2) DSA (sign only)
   (5) RSA (sign only)
Your selection? 1
DSA keypair will have 1024 bits.
ELG-E keys may be between 1024 and 4096 bits long.
What keysize do you want? (2048) 
Requested keysize is 2048 bits
Please specify how long the key should be valid.
         0 = key does not expire
      <n>  = key expires in n days
      <n>w = key expires in n weeks
      <n>m = key expires in n months
      <n>y = key expires in n years
Key is valid for? (0) 0
Key does not expire at all
Is this correct? (y/N) y

You need a user ID to identify your key; the software constructs the user ID
from the Real Name, Comment and Email Address in this form:
    "Heinrich Heine (Der Dichter) <heinrichh@duesseldorf.de>"

Real name: weblogic
Email address: weblogic@guohualife.com
Comment: weblogic
You selected this USER-ID:
    "weblogic (weblogic) <weblogic@guohualife.com>"

Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? o
You need a Passphrase to protect your secret key.

We need to generate a lot of random bytes. It is a good idea to perform
some other action (type on the keyboard, move the mouse, utilize the
disks) during the prime generation; this gives the random number
generator a better chance to gain enough entropy.
++++++++++++++++++++.+++++++++++++++++++++++++.+++++++++++++++.+++++++++++++++.+++++.+++++++++++++++...+++++++++++++++++++++++++++++++++++>+++++.+++++...........>+++++.<.+++++..................................+++++

Not enough random bytes available.  Please do some other work to give
the OS a chance to collect more entropy! (Need 280 more bytes)
We need to generate a lot of random bytes. It is a good idea to perform
some other action (type on the keyboard, move the mouse, utilize the
disks) during the prime generation; this gives the random number
generator a better chance to gain enough entropy.
++++++++++++++++++++++++++++++++++++++++.+++++..++++++++++..++++++++++.+++++.+++++++++++++++..++++++++++..++++++++++.+++++...+++++..+++++.+++++++++++++++++++++++++>++++++++++>.+++++..............................>+++++.+++++^^^
gpg: key 3471734D marked as ultimately trusted
public and secret key created and signed.

gpg: checking the trustdb
gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
gpg: depth: 0  valid:   2  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 2u
pub   1024D/3471734D 2018-09-05
      Key fingerprint = E416 0527 54A4 3523 50B2  6493 1D89 D308 3471 734D
uid                  weblogic (weblogic) <weblogic@guohualife.com>
sub   2048g/AB449374 2018-09-05

2.公钥查看

[weblogic@10_56_81_179 ~]$ gpg --list-key
/home/weblogic/.gnupg/pubring.gpg
---------------------------------
pub   2048R/BA7E8B9D 2018-09-05
uid                  weblogic (weblogic) <weblogic@guohualife.com>

pub   1024D/3471734D 2018-09-05
uid                  weblogic (weblogic) <weblogic@guohualife.com>
sub   2048g/AB449374 2018-09-05

3.私钥查看

[weblogic@10_56_81_179 ~]$ gpg --list-secret-keys
/home/weblogic/.gnupg/secring.gpg
---------------------------------
sec   2048R/BA7E8B9D 2018-09-05
uid                  weblogic (weblogic) <weblogic@guohualife.com>

sec   1024D/3471734D 2018-09-05
uid                  weblogic (weblogic) <weblogic@guohualife.com>
ssb   2048g/AB449374 2018-09-05

4.公钥导出

4.1.命令格式

gpg -a --export 公私钥生成的用户 > 导出的公钥文件路径和文件名

4.2.命令样式

[weblogic@10_56_81_179 weblogic]$ gpg -a --export weblogic >weblogic_pub.asc
在当前的路径下面会生成一个weblogic_pub.asc的公钥文件

4.3.备注

将上面的这个公钥文件weblogic_pub.asc给到需要加密的服务器一方即可

5.私钥导出

5.1.命令格式

gpg -a --export-secret-keys 公私钥生成的用户 >导出的私钥文件路径和文件名

5.2.命令样式

[weblogic@10_56_81_179 weblogic]$ gpg -a --export-secret-keys weblogic >weblogic_pri.asc
当前路径下面会生成一个私钥的文件weblogic_pri.asc
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

东山富哥

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值