このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン | |||
50_dialy:2014:01:29 [2015/05/08 05:46] – matsui | 50_dialy:2014:01:29 [2018/07/04 01:46] (現在) – matsui | ||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== 2014.01.29 CentOS5でGlobalSignのルート証明書が有効期限切れ ====== | ||
+ | Jan 28 12:00:00 2014 GMT(2014/ | ||
+ | |||
+ | |||
+ | ===== 解決策 ===== | ||
+ | |||
+ | ※CentOS 6のca-bundle.crtを利用する方法でも大丈夫。 | ||
+ | |||
+ | / | ||
+ | |||
+ | 新し証明書を取得 | ||
+ | <code console> | ||
+ | # wget http:// | ||
+ | </ | ||
+ | |||
+ | 新しいルート証明書を指定して実行 | ||
+ | <code console> | ||
+ | # wget http:// | ||
+ | # curl --cacert cacert.pem | ||
+ | </ | ||
+ | |||
+ | 新し証明書に差し替え | ||
+ | <code console> | ||
+ | # cd / | ||
+ | # mv ca-bundle.crt ca-bundle.crt.org | ||
+ | # mv ~/ | ||
+ | </ | ||
+ | |||
+ | {{tag> |