Downloads
Create a certs subdirectory within the root directory of your site
and copy the two certificate files in it.
Add these two lines to your apache configuration:
SSLCertificateFile /path/to/site/certs/fullchain.pem
SSLCertificateKeyFile /path/to/site/certs/privkey.pem
Add an A record to your local DNS that links the desired server name (e.g. voting.x.partcp.org) to the IP address of your server.