Generating a New Certificate
You can generate a new certificate as follows:
-
Go to the
$(Oracle_Home)/webgate/otd/tools/openssldirectory. -
Create a certificate request as follows:
./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/ -
Self-sign the certificate as follows:
./openssl ca -config openssl_silent_otd11g.cnf -policy policy_anything -batch -out aaa_cert.pem -infiles aaa_req.pem -
Copy the following generated certificates to the
webgate_instanceDirectory/webgate/configdirectory:-
aaa_key.pem -
aaa_cert.pem -
cacert.pemlocated in thesimpleCAdirectoryNote:
After copying the
cacert.pemfile, you must rename the file toaaa_chain.pem.
-