比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

...

パネル
borderColor#cccccd
bgColor#eeeeee
borderStylesolid
$# openssl x509 -inform DER -in SCRoot2ca.cer -outform PEM -out scrootca2.txt

...

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid
$# openssl x509 -in scrootca2.txt -noout -fingerprint -sha256
SHA256 Fingerprint=51:3B:2C:EC:B8:10:D4:CD:E5:DD:85:39:1A:DF:C6:C2:DD:60:D8:7B:B7:36:D2:B5:21:48:4A:A4:7A:0E:BE:F6

$# openssl x509 -in scrootca2.txt -noout -fingerprint -md5
MD5 Fingerprint=6C:39:7D:A4:0E:55:59:B2:3F:D6:41:B1:12:50:DE:43

$# openssl x509 -in scrootca2.txt -noout -fingerprint -sha1
SHA1 Fingerprint=5F:3B:8C:F2:F8:10:B3:7D:78:B4:CE:EC:19:19:C3:73:34:B9:C7:74

...

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid

$ # cp /etc/pki/tls/certs/ca-bundle.crt /etc/pki/tls/certs/ca-bundle.crt.backup

...

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid
$# cp /etc/pki/tls/certs/ca-bundle.crt ca-bundle.crt.new

...

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid
$# openssl x509 -in scrootca2.txt -noout -text >> ca-bundle.crt.new
$# cat scrootca2.txt >> ca-bundle.crt.new

 ・root権限にて、証明書を追加したトラストアンカーを既存のトラストアンカーと置き換えます。証明書を追加したトラストアンカーを既存のトラストアンカーと置き換えます。

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid
# cp ca-bundle.crt.new /etc/pki/tls/certs/ca-bundle.crt
# chown root:root /etc/pki/tls/certs/ca-bundle.crt
# chmod 644 /etc/pki/tls/certs/ca-bundle.crt

...

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid
$# wget https://openidp.nii.ac.jp/
--2015-02-06 11:27:22--  https://openidp.nii.ac.jp/
Resolving openidp.nii.ac.jp... 157.1.65.56
Connecting to openidp.nii.ac.jp|157.1.65.56|:443... connected.
HTTP request sent, awaiting response... 200
Length: unspecified [text/html]
Saving to: `index.html.1'
[ <=>                                   ] 5,119       --.-K/s   in 0.004s

2015-02-06 11:27:22 (1.30 MB/s) - `index.html.1' saved [5119]

...