> 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/signing-up/enterprise-customer-signup.md).

# Enterprise Customer Signup

Enterprise accounts in CERTInext are intended for organizations that manage internal and external certificate environments and require centralized governance, automation, and integration capabilities. These accounts are optimized for enterprise operations and do not include reseller-specific features such as sub-account creation or downstream price list management.

#### Enterprise Sign-Up Process

Follow the steps below to create an Enterprise account:

1. **Access the Sign-Up Page**\
   Open [https://us.certinext.io/](https://hub.emsign.com/) and click **Sign Up**.
2. **Select Enterprise Registration**\
   Choose **Sign up as an Enterprise**.

<figure><img src="/files/xKJVEsOzdWdzw8SKJpeY" alt=""><figcaption></figcaption></figure>

3. **Provide Required Details**\
   Enter the following information:

* Full Name
* Email Address
* Mobile Number
* Organization Name
* Country

4. **Accept Terms and Conditions**\
   Review and accept the Terms and Conditions to proceed.
5. **Account Activation**
   * A confirmation message is displayed after submission.
   * An activation email is sent to the registered email address.
   * Click the activation link and set a password as per platform policy.

Once activated, the Enterprise account is ready for use, allowing organizations to begin managing certificates, configuring automation, and integrating CERTInext into enterprise workflows.


---

# 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/signing-up/enterprise-customer-signup.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.
