Changes

Jump to navigation Jump to search
no edit summary
Line 31: Line 31:  
  SSL Certificates
 
  SSL Certificates
 
  Installed a SSL certificate eg. http://wiki.contribs.org/Custom_CA_Certificate
 
  Installed a SSL certificate eg. http://wiki.contribs.org/Custom_CA_Certificate
 
+
below fixes the ssl errors as per http://alufis35.uv.es/OCS-Inventory-Package-Deployment.html
+
below fixes the ssl errors as per http://alufis35.uv.es/OCS-Inventory-Package-Deployment.html
 
+
this is common, it could be automated, but should we be trusted, probably not ?
this is common, it could be automated, but should we be trusted, probably not ?
   
  wget http://www.cacert.org/certs/root.crt
 
  wget http://www.cacert.org/certs/root.crt
 
  cp root.crt /home/e-smith/ssl.crt/cacert.pem
 
  cp root.crt /home/e-smith/ssl.crt/cacert.pem
 
  add to httpd.conf
 
  add to httpd.conf
 
  SSLCACertificateFile /home/e-smith/ssl.crt/cacert.pem
 
  SSLCACertificateFile /home/e-smith/ssl.crt/cacert.pem
 +
 +
copy cacert.pem to the client ocs folder
   −
copy cacert.pem to the client ocs folder
  −
  −
   
  deploying => Activate => activate package
 
  deploying => Activate => activate package
 
  complains that the directory and info files don't exist,
 
  complains that the directory and info files don't exist,
 
  I think we should just ignore the activate error, the files are visible from clients
 
  I think we should just ignore the activate error, the files are visible from clients
 
    
 
    
  deployed a file, optional, run a client update and it is now aware of the update
+
  deployed a file, optional, run a client update, it should show as notified in ocs
    
  in => Package activation
 
  in => Package activation

Navigation menu