Validating Certificate Permissions for SSL and HTTPS on Linux for WebService

In this example using Letsencrypt SSL certificates. The webservice is behind HAProxy and was not been able to successfully configure HAProxy to update Letsencrypt certificates over HTTP. Therefore, I manually updated the certificate. /etc/webservice/tls/server.crt _> /etc/letsencrypt/live/site.com/cert.pem/etc/webservice/tls/server.key -> /etc/letsencrypt/live/site.com/privkey.pem.After updating the certificates, I linked the original to the new certificates in the Letencrypt folder:When I try… Continue reading Validating Certificate Permissions for SSL and HTTPS on Linux for WebService