Vue Storefront is now Alokai! Learn More
Custom Certificates

Custom Certificates

Features available only for instances deployed to Alokai@Edge.

Adding Custom Certificates

Your custom certificate must include the required domains in the Subject Alternative Name (SAN) field. The SAN should be formatted as follows:

subjectAltName=DNS:example.com,DNS:example2.com

Certificates without the correct SAN entries will not be accepted. Additionaly, ensure that your custom certificate is valid for at least 30 days from the date of upload. Certificates with a shorter validity period will not be accepted.

To use custom certificates in the system, follow these steps:

  1. Add a Private Key - begin by uploading your private key. This key will be used to sign and validate your custom certificate.
  2. Add the corresponding Certificate - after the private key is added, upload the certificate that matches the private key. The certificate must be generated using the previously provided private key.

The certificate and private key must be a matching pair. If they do not correspond, the system will reject the certificate.

For more information on generating certificates and private keys, refer to your certificate authority's documentation.