Project

General

Profile

« Previous | Next » 

Revision 9386

update documentation to reference Tomcat 7, Java 7 and newer apache config file name conventions. https://projects.ecoinformatics.org/ecoinfo/issues/6855

View differences:

replication.rst
167 167
     sudo cp <hostname>-apache.key /etc/ssl/private 
168 168

  
169 169
4. Apache needs to be configured to request a client certificate when the 
170
   replication API is utilized. The helper file named "metacat-site-ssl" has default 
170
   replication API is utilized. The helper file named "metacat-site-ssl.conf" has default 
171 171
   rules that configure Apache for SSL and client certificate authentication. 
172
   Set up these SSL settings by copying the metacat-site-ssl file into the ``sites-available`` 
172
   Set up these SSL settings by copying the metacat-site-ssl.conf file into the ``sites-available`` 
173 173
   directory, editing pertinent values to match your system and running 
174
   ``a2ensite`` to enable the site. (Note: some settings in metacat-site-ssl need to be 
174
   ``a2ensite`` to enable the site. (Note: some settings in metacat-site-ssl.conf need to be 
175 175
   changed to match the specifics of your system and Metacat deployment.) 
176 176

  
177 177
   ::
178 178
   
179
     sudo cp <metacat_helper_dir>/metacat-site-ssl <apache_install_dir>/sites-available
180
     sudo a2ensite metacat-site-ssl
179
     sudo cp <metacat_helper_dir>/metacat-site-ssl.conf <apache_install_dir>/sites-available
180
     sudo a2ensite metacat-site-ssl.conf
181 181

  
182 182
5. Enable the ssl module: 
183 183

  
......
232 232

  
233 233
   ::
234 234
   
235
     sudo /etc/init.d/tomcat6 restart
235
     sudo /etc/init.d/tomcat7 restart
236 236

  
237 237

  
238 238
   where the ``<remotehostfilename>`` is the name of the certificate file 

Also available in: Unified diff