Manual Installation of certificate for test site

I have generated certificate using “cert only”.
Now I have 4 pem files namely cert , chain , full chain , privkey.
How do I install it on my server?
I am using AWS ec2 & Apache.

PS= I tried using “certbot auto” but it gave output as “certbot doesn’t know how to automatically configure the web server.”

Can anyone guide me how to install it on Server using AWS or certbot ? I need further steps to do.

1 Like

Hi @dhaval

check your Apache configuration. There should be a sample. Some Apache use two, some Apache use three files.

May be an AWS problem. May be a problem of a wrong vHost configuration.

Use

apachectl -S

to see, if every combination of port and domain name is unique.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.