Project

General

Profile

« Previous | Next » 

Revision 6930

add note to enable ssl mod

View differences:

docs/user/metacat/source/replication.rst
179 179
     sudo cp <metacat_helper_dir>/knb-ssl <apache_install_dir>/sites-available
180 180
     sudo a2ensite knb-ssl
181 181

  
182
5. Restart Apache to bring in changes by typing: 
182
5. Enable the ssl module: 
183 183

  
184 184
   ::
185 185
   
186
     sudo a2enmod ssl
187

  
188
6. Restart Apache to bring in changes by typing: 
189

  
190
   ::
191
   
186 192
     sudo /etc/init.d/apache2 restart
187 193

  
188
6. If using a self-signed certificate, SCP ``<hostname>-apache.crt`` to the 
194
7. If using a self-signed certificate, SCP ``<hostname>-apache.crt`` to the 
189 195
   replication partner machine where it will be added as an additional 
190 196
   Certificate Authority.
191 197

  

Also available in: Unified diff