Certificate_installation_steps_for_Apache:
__________________________________________________________________
Login:
Username: xxxxxx
password: get it from portal
openssl_path:
/u9010/app/oracle/product/HTMLDB/Apache/open_ssl/bin
openssl
openssl req -new -key /u9010/app/oracle/product/HTMLDB/Apache/Apache/conf/ssl.key/server.key -out /tmp/newrequestfile.csr
Country Name: xxxxx
State: xxxxxx
Locality: xxxxxx
Org name: xxxxxx
Org Unit: xxxxxx
Common Name: xxxxxxxx
Email:
password:
company name:
Copy the contents of newrequestfile.cer to an email/job to security ops, ask for them to sign it with company CA type B64
Import the new server certificate#
Once you receive the new cert from the CA copy the file to the server and update httpd.conf so it refernces the new file
(make sure you backup httpd.conf before making any changes to it).
Put your ssportal_year.cer file in /u9010/app/oracle/product/HTMLDB/Apache/Apache/conf/ssl.crt/ssportal_year.cer
cd /u9010/app/oracle/product/HTMLDB/Apache/Apache/conf
cp httpd.conf httpd.conf.2013
vi httpd.conf
change SSLCertificateFile /u9010/app/oracle/product/HTMLDB/Apache/Apache/conf/ssl.crt/ssportal_year.cer
ex: SSLCertificateFile /u9010/app/oracle/product/HTMLDB/Apache/Apache/conf/ssl.crt/ssportal_2013.crt
/u9010/app/oracle/product/HTMLDB/Apache/Apache/bin/apachectl stop
/u9010/app/oracle/product/HTMLDB/Apache/Apache/bin/apachectl start
No comments:
Post a Comment