> ## Documentation Index
> Fetch the complete documentation index at: https://help.noxity.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Issue, install, renew, and manage SSL certificates and CSRs through cPanel's revamped seven-tab interface.

The SSL/TLS Certificates tool was rebuilt by cPanel into a tabbed interface with seven pages. Same underlying functionality as the old "SSL/TLS Manager" plus a new wizard and a new Requests tab.

Open it from cPanel home → **Security** → **SSL/TLS Certificates**.

<Frame caption="SSL/TLS Certificates with the seven tabs across the top">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/security-settings/ssl-tls-certificates/landing-light.png" alt="SSL/TLS Certificates with Wizard, Status, Certificates, Keys, Requests, Installation, Settings tabs" className="block dark:hidden" />

  <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/security-settings/ssl-tls-certificates/landing-dark.png" alt="SSL/TLS Certificates with Wizard, Status, Certificates, Keys, Requests, Installation, Settings tabs" className="hidden dark:block" />
</Frame>

## The seven tabs

<CardGroup cols={2}>
  <Card title="Wizard" icon="wand-magic-sparkles" href="/web-hosting/cpanel/security-settings/ssl-tls-certificates/wizard">
    Issue a new certificate. The new flow validates each domain via HTTP and only lets you continue with domains that pass.
  </Card>

  <Card title="Status" icon="signal-bars" href="/web-hosting/cpanel/security-settings/ssl-tls-certificates/status">
    Per-domain SSL status. Which domains are covered, which expire when, which will renew via AutoSSL.
  </Card>

  <Card title="Certificates" icon="file-certificate" href="/web-hosting/cpanel/security-settings/ssl-tls-certificates/certificates">
    Every certificate stored on the server. Edit, install, delete. Upload a third-party cert or generate a self-signed one.
  </Card>

  <Card title="Keys" icon="key" href="/web-hosting/cpanel/security-settings/ssl-tls-certificates/keys">
    Private keys on the server. Generate a new one, upload an existing one, edit or delete.
  </Card>

  <Card title="Requests" icon="signature" href="/web-hosting/cpanel/security-settings/ssl-tls-certificates/requests">
    Generate a Certificate Signing Request (CSR) to send to a third-party Certificate Authority.
  </Card>

  <Card title="Installation" icon="plug" href="/web-hosting/cpanel/security-settings/ssl-tls-certificates/installation">
    Install a certificate onto a domain. The familiar Manage SSL Hosts page from the old UI.
  </Card>

  <Card title="Settings" icon="sliders" href="/web-hosting/cpanel/security-settings/ssl-tls-certificates/settings">
    Default key type for new certificates and CSRs. We recommend leaving this on the system default.
  </Card>
</CardGroup>

## When to use which tab

| You want to...                                                             | Tab                                                                                                                                                                |
| -------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Issue a free Let's Encrypt cert via Noxity's AutoSSL                       | [Wizard](/web-hosting/cpanel/security-settings/ssl-tls-certificates/wizard)                                                                                        |
| See which domains are HTTPS-ready and which aren't                         | [Status](/web-hosting/cpanel/security-settings/ssl-tls-certificates/status)                                                                                        |
| Upload a paid cert you bought from DigiCert / GoDaddy / Sectigo / etc.     | [Certificates](/web-hosting/cpanel/security-settings/ssl-tls-certificates/certificates)                                                                            |
| Generate a CSR to send to a paid CA                                        | [Requests](/web-hosting/cpanel/security-settings/ssl-tls-certificates/requests)                                                                                    |
| Install a third-party cert onto a specific domain after you've uploaded it | [Installation](/web-hosting/cpanel/security-settings/ssl-tls-certificates/installation)                                                                            |
| Delete an old key or cert that's not in use                                | [Keys](/web-hosting/cpanel/security-settings/ssl-tls-certificates/keys) or [Certificates](/web-hosting/cpanel/security-settings/ssl-tls-certificates/certificates) |

## Common starting points

<CardGroup cols={2}>
  <Card title="Issue a Let's Encrypt cert" icon="wand-magic-sparkles" href="/web-hosting/cpanel/security-settings/ssl-tls-certificates/wizard">
    Two clicks in the Wizard.
  </Card>

  <Card title="Upload a paid certificate" icon="file-arrow-up" href="/web-hosting/cpanel/security-settings/ssl-tls-certificates/certificates">
    Paste the cert body, upload, install on the domain.
  </Card>

  <Card title="See certificate status" icon="signal-bars" href="/web-hosting/cpanel/security-settings/ssl-tls-certificates/status">
    Which domains are HTTPS-ready, which expire when.
  </Card>

  <Card title="Generate a CSR" icon="signature" href="/web-hosting/cpanel/security-settings/ssl-tls-certificates/requests">
    For sending to a third-party Certificate Authority.
  </Card>
</CardGroup>

## Need a hand?

<CardGroup cols={2}>
  <Card title="Open a ticket" icon="life-ring" href="https://members.noxity.io/submitticket.php">
    Best for anything that needs an account check or a config change on our end.
  </Card>

  <Card title="Live chat" icon="messages" href="https://noxity.io/contact">
    Faster for quick questions during business hours.
  </Card>
</CardGroup>
