Skip to content

Certificates

The Certificates page in adminbolt allows you to manage, import, edit, and download SSL/TLS certificates for your domains and services.

Overview

URL: /admin/certificates

This page provides an overview of all SSL/TLS certificates currently installed on the system. Each certificate entry shows:

  • Domain - The main domain the certificate is issued for.
  • Owner - The hosting account that owns the certificate (sortable).
  • Type - The certificate provider (e.g., ZeroSSL, Let's Encrypt) (sortable).
  • Expiration - The certificate expiration date (sortable).

Filter Tabs

At the top of the certificate list, you can filter certificates by type using the following tabs:

TabDescription
AllShows all certificates regardless of type.
Free SSLShows only certificates from free providers (e.g. Let's Encrypt, ZeroSSL).
Private SSLShows only privately purchased/imported certificates.
Self-SignedShows only self-signed certificates.

Actions

Import Certificate

Clicking the Import Certificate button opens a modal that allows you to manually paste PEM-formatted certificate data.

Import Certificate Modal

The modal includes the following fields:

  • Certificate (PEM) – Required
  • Private Key (PEM) – Required
  • Certificate Chain (PEM) – Optional

Once all required fields are filled in, click Submit to import the certificate into the system.

Edit Certificate

Each certificate can be edited by clicking the Edit icon in its row. This opens a modal where all associated data can be updated.

Edit Certificate Modal

Editable fields:

  • Certificate (PEM) – Modify the main certificate content
  • Private Key (PEM) – Update the private key
  • Certificate Chain (PEM) – Update the certificate chain if needed

Click Save Changes to apply updates.

Additional Actions

  • Delete – Permanently removes the certificate from the system.
  • Download – Exports the certificate (likely in PEM format) for local backup or use on other systems.

Pagination

Results per page can be set to: 5, 10, 25, 50, or All.