most likely it is little difficult to suggest anything without knowing the OS and the providers of the certificate. in genric manar it can be suggested thet you need to change in the apache configuration file SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
in a file located somewhere /etc/apache2/sites-available/default-ssl.conf
for windows 10 you need to check it from SSLCertificateKeyFile "conf/ssl.key/server.key"
and SSLCertificateFile "conf/ssl.crt/server.crt"
if you are not using any other virtual host then you may consider updating httpd-ssl.conf
from xampp Xammp Panel
EDIT
cs_bundle file used to be required in prior versions of apache but now it is not required anymore. Most likely you only need origin and private key.it is optional for a later apache version.
EDIT (after comment 1)
open your xamp panel -> config (click on )
from the dropdown you will find httpd-ssl.conf
alternatively you need to create a virtual-host within your xamp apache folder in windows. if you are using everything in a free manner, most likely within softoculus panel(which is your Cpanel) you may find to generate an SSL certificate using one click and it will set up everything for you.
NOTE 1
please note the free SSL will not provide any DV, OV, EV wildcard certificate but it will help you to test your app.
NOTE 2
there is another option to do your development and testing work using Cloudflare SSL Cloudflare. the Cloudflare SSL provides quite a few more options to protect your website using their SSL (which is based on letsencrypt based. and their proxy works perfectly for testing purposes. within your softoculus panel, you may have options to integrate with Cloudflare SSL and proxy.
NOTE 3
Cloudflare manages their own CA and CAA record within their DNS so you can not update CAA or CA record on your own. For such reason, Cloudflare-generated SSL can be used within AWS Certificate manager but AWS-generated Certificate can not be used in Cloudflare.
Edited With A note
YOu will get some options to upload certificate somewhere with in your just like I am getting an option here within OCI's layer 7 proxybased loadbalancer
NOTE 4
ref: cloufflare SSL Doc
ref: check some blog and howtos for ssl for local pc
ref: setting apache in ubuntu like system
ref: setting apache from digital ocean blog
ref: SSL Self signed
ref : SSL Configuration in OEL RHEL CentOS like operating system