Failed to load SSL configuration on windows server

hello am getting this error on a windows server kindly help failed to load SSL configuration [xpack.security.http.ssl] am using version elasticsearch-7.6.1 and i installed the .p12 on the server and i can see this on mmc but if i start elastic search i get this error in my log (edited)

Please provide more details, e.g. which version of Elasticsearch you are using, what your configuration looks like and the fill error message.

hello am getting this error on a windows server kindly help failed to load SSL configuration [xpack.security.http.ssl] am using version elasticsearch-7.6.1 and i installed the .p12 on the server and i can see this on mmc but if i start elastic search i get this error in my log

Solution to this problem
make sure when http.p12 is installed
select place all certificate in the following store
then pick trusted root certification authority
and click ok
open mmc and copy this file in trusted root certification authority and paste in personal tab
run this command on cmd certutil.exe -repairstore my (copy serialnumber in details in mmc)
if not successful something is wrong with your install