> For the complete documentation index, see [llms.txt](https://docs.certinext.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.certinext.io/documentation/certificate-installation-guides/installing-on-bigcommerce.md).

# Installing on Bigcommerce

To install an SSL certificate on your BigCommerce store, you'll need to follow a few steps. BigCommerce provides options for using their built-in SSL or installing a custom SSL certificate. If you have a custom SSL certificate, here's how to install it

**Prerequisites**

* To convert your .cer into different file formats, Utilize our eMudhra utility tool to seamlessly transform your files into .cer, .pfx (.p12), .jks, or .pem formats, and conveniently import zip files using our CSR tool.

Here are the general steps to install an SSL certificate on Bigcommerce:

**1. Access Your BigCommerce Control Panel**

Log in to your BigCommerce control panel using your store's URL and your administrator login credentials.

**2. Go to Store Setup**

From the BigCommerce dashboard, go to the "Store Setup" section.

**3. Click on "Store Settings"**

Click on "Store Settings" in the left-hand menu.

**4. Select "Store Details"**

In the "Store Settings" menu, select "Store Detail."

**5. Scroll Down to the "SSL Certificate" Section**

Scroll down until you see the "SSL Certificate" section.

**6. Choose "Use a Custom SSL Certificate"**

Under the "SSL Certificate" section, select the "Use a Custom SSL Certificate" option.

**7. Upload SSL Certificate Files**

You will see fields for uploading the SSL certificate files. Upload the following files:

* **SSL Certificate:** Upload your .crt file.
* **Private Key:** Upload your .key file.
* **Certificate Chain:** If you have intermediate or CA certificates, upload them here.
* Click "Save":
* After uploading your SSL certificate files, click the "Save" button to save your changes.

**8. Wait for Activation**

It may take some time for the SSL certificate to be activated and fully configured on your BigCommerce store. Be patient, and periodically check your store to ensure the SSL certificate is working correctly.

**9. Certificate Installation**

You have completed all the required steps to install your SSL certificate. Verify that the SSL certificate is correctly installed by accessing your website or service using HTTPS. After installing your certificate, it is a good practice to test your SSL setup using various online tools to ensure everything is working correctly.

**10. Set Up 301 Redirects (Optional)**

It's a good practice to set up 301 redirects to ensure that all HTTP traffic is redirected to the HTTPS version of your site. This can be done through your BigCommerce control panel or using your server's .htaccess file if you have access to it.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.certinext.io/documentation/certificate-installation-guides/installing-on-bigcommerce.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
