スカイ・エス・エイッチ

menu

ORCAレセコンをご利用中のお客様

TOP > ORCA よくある質問・回答集 > 12月23日までにプログラム更新の実行を忘れてしまった場合

よくある質問・回答集

12月23日までにプログラム更新の実行を忘れてしまった場合

メモ
【Ubuntu12.04(precise)】
・新しいCA証明書をインストールするパッケージをインストールする。
$ sudo apt-get update
$ sudo apt-get install orca-ca-cert
・環境変数を設定します。
/etc/jma-receipt/jma-receipt.conf で以下の部分を追加します。
if [ -f /etc/ssl/certs/orca-project-ca-2.crt ]; then
CACERTFILE=/etc/ssl/certs/orca-project-ca-2.crt
fi
【Ubuntu10.04(lucid)】
・新しいCA証明書をダウンロードします。
$ sudo -u orca wget -P /usr/lib/jma-receipt/patch-lib/data \
http://ftp.orca.med.or.jp/pub/etc/orca-project-ca-2.crt
・環境変数を設定します。
/etc/jma-receipt/jma-receipt.conf で以下の部分を追加します。
if [ -f /usr/lib/jma-receipt/patch-lib/data/orca-project-ca-2.crt ]; then
CACERTFILE=/usr/lib/jma-receipt/patch-lib/data/orca-project-ca-2.crt
fi
上記作業後、プログラム更新をおこなう。
プログラム更新後は、/etc/jma-receipt/jma-receipt.confに追記した内容は削除する。

test