新規証明書の生成
次の手順で、新規証明書を生成します。
-
$(Oracle_Home)/webgate/otd/tools/opensslディレクトリに移動します。 -
次のようにして、証明書リクエストを作成します。
./openssl req -utf8 -new -nodes -config openssl_silent_otd11g.cnf -keyout aaa_key.pem -out aaa_req.pem -rand$(Oracle_Home)/webgate/otd/config/random-seed/ -
次のようにして、証明書を自己署名します。
./openssl ca -config openssl_silent_otd11g.cnf -policy policy_anything -batch -out aaa_cert.pem -infiles aaa_req.pem -
次の生成された証明書を
webgate_instanceDirectory/webgate/configディレクトリにコピーします。-
aaa_key.pem -
aaa_cert.pem -
simpleCAディレクトリ内のcacert.pemノート:
cacert.pemファイルをコピーした後、ファイルの名前をaaa_chain.pemに変更する必要があります。
-