GlobalSign Atlas

Overview

GlobalSign Atlas is a high-availability, high-throughput Certificate Authority (CA) that's powering automation and simplifying how companies and organizations use digital certificates.

GlobalSign Atlas target enables you to use GlobalSign Atlas as a Public CA with Akeyless PKI Issuer.

With Public CA, Akeyless cannot access the private key that signs the certificates. Hence, Akeyless will programmatically contact GlobalSign Atlas through the Gateway using the account details of the domain owner to validate the certificate request.

Akeyless will store and manage the issued certificates and notify you of upcoming expiration events.

Create a GlobalSign Atlas target using the CLI

To create a GlobalSign Atlas target from the CLI, run the following command:

akeyless create-globalsign-atlas-target \
--name <Target name> \
--api-key <API Key> \
--api-secret <API Secret> \
--mtls-cert-file-path <path/to/mTLS-certificate> \
--mtls-key-file-path <path/to/mTLS Key>   

Where:

  • --name: A unique name for the target. The name can include a path to the virtual folder where you want to create a new target using the slash /separators. The folder will be created with the target if it does not exist.

  • --api-key: API Key of the GlobalSign Atlas account.

  • --api-secret: API Secret of the GlobalSign Atlas account.

  • --mtls-cert-file-path: Path to the Mutual TLS Certificate of the GlobalSign Atlas account, either mtls-cert-file-path.pem or tls-cert-data-base64 must be supplied.

For a full list of the available CLI command, see the CLI reference

Create a GlobalSign Atlas target in the Akeyless Console

  1. Log in to the Akeyless Console, and go to Targets > New > Certificate Automation > GlobalSign Atlas.

  2. Define the Name of the target, and specify the Location as a path to the virtual folder where you want to create the new target, using slash / separators. If the folder does not exist, it will be created together with the target.

  3. Define the remaining parameters as follows:

  • API Secret: API Secret of the GlobalSign Atlas account.

  • API Key: API Key of the GlobalSign Atlas account.

  • mTLS Cert: Mutual TLS Certificate of the GlobalSign Atlas account

  • mTLS Key: Mutual TLS Key of the GlobalSign Atlas account

  • Timeout: Timeout waiting for the certificate validation (Min 300 seconds, Max 3600 seconds)