Changes

Jump to navigation Jump to search
376 bytes added ,  17:54, 15 December 2015
m
→‎Troubleshooting: Added instructions to revert to previous crt/key/CertificateChainFile, if used
Line 70: Line 70:  
== Troubleshooting ==
 
== Troubleshooting ==
   −
In case of errors the apache service may not start anymore, a simple rollback may be used with :
+
Errors in the certificate files may prevent Apache and some other services from starting.  If you previously had custom settings for modSSL, revert those with:
 +
config setprop modSSL crt (old value)
 +
config setprop modSSL key (old value)
 +
config setprop modSSL CertificateChainFile (old value--if this property was empty, delete it using the command line below)
    +
If you did not have custom settings for modSSL, remove your changes with:
 
  config delprop modSSL crt
 
  config delprop modSSL crt
 
  config delprop modSSL key
 
  config delprop modSSL key
 
  config delprop modSSL CertificateChainFile  
 
  config delprop modSSL CertificateChainFile  
 +
 +
Once you've made these changes, do:
 
  signal-event post-upgrade
 
  signal-event post-upgrade
 
  signal-event reboot
 
  signal-event reboot
147

edits

Navigation menu