|
Original Question or Issue: |
After upgrading certificates, apache will not start |
|
Environment: |
|
| Steps to Reproduce: |
|
| Error or Log Message: | Failed to start the apache HTTP server |
|
Defect or Enhancement Number: |
|
| Cause: | The private key and crt did not match. |
|
Resolution or Workaround: |
Using the openssl commands found in this article - Certificate Key Matcher - Check whether your private key matches your SSL certificate.
It was determined that the private key and crt were incorrect. Once matched, apache started up correctly. |
| Notes: | Install an SSL certificate on Linux - FileCloud Docs - Server |