為您解碼網(wǎng)站建設(shè)的點點滴滴
發(fā)表日期:2016-08 文章編輯:小燈 瀏覽次數(shù):2318
/etc/pki/CA newcerts #新頒發(fā)的證書 private#CA私鑰 crl#吊銷的證書 /etc/pki/tls certs#存儲證書 private#存儲證書密鑰 openssl.cnf #主要配置文件
#修改組織、省份等信息 vim /etc/pki/tls/openssl.cnf#生成serial、index touch index.txt serial echo 01 > serial
# cd /etc/pki/CA/ # openssl genrsa -out private/cakey.pem 2048
# openssl req -new -x509 -key private/cakey.pem -out cacert.pem
# ssl密鑰 openssl genrsa -out /path/to/client.key 2048 # 證書簽署請求 openssl req -new -key /path/to/client.key -out /path/to/client.csr # 私有CA根據(jù)請求簽署證書 openssl ca -in /path/to/client.csr -out /path/to/client.crt
日期:2018-04 瀏覽次數(shù):6926
日期:2017-02 瀏覽次數(shù):3621
日期:2017-09 瀏覽次數(shù):3889
日期:2017-12 瀏覽次數(shù):3693
日期:2018-12 瀏覽次數(shù):5043
日期:2016-12 瀏覽次數(shù):4749
日期:2017-07 瀏覽次數(shù):13809
日期:2017-12 瀏覽次數(shù):3671
日期:2018-06 瀏覽次數(shù):4432
日期:2018-05 瀏覽次數(shù):4611
日期:2017-12 瀏覽次數(shù):3714
日期:2017-06 瀏覽次數(shù):4134
日期:2018-01 瀏覽次數(shù):4115
日期:2016-12 瀏覽次數(shù):4073
日期:2018-08 瀏覽次數(shù):4569
日期:2017-12 瀏覽次數(shù):3909
日期:2016-09 瀏覽次數(shù):6666
日期:2018-07 瀏覽次數(shù):3356
日期:2016-12 瀏覽次數(shù):3393
日期:2018-10 瀏覽次數(shù):3527
日期:2018-10 瀏覽次數(shù):3644
日期:2018-09 瀏覽次數(shù):3743
日期:2018-02 瀏覽次數(shù):3760
日期:2015-05 瀏覽次數(shù):3678
日期:2018-09 瀏覽次數(shù):3456
日期:2018-06 瀏覽次數(shù):3586
日期:2017-02 瀏覽次數(shù):4029
日期:2018-02 瀏覽次數(shù):4504
日期:2018-02 瀏覽次數(shù):4368
日期:2016-12 瀏覽次數(shù):3718
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.