Table of Contents

DNS & TLS Certificate Configuration

Chipmunk requires a valid DNS name and HTTPS certificate to operate securely inside your network.

This guide helps you configure:

Step 1: Decide on a DNS Name

Choose a hostname for your Chipmunk appliance. This will be used in your App Registration and accessed in your browser.

Examples:

Then:

Chipmunk supports TLS certificates in PEM format, which must include:

You can use:

Recommended PEM file structure:

-----BEGIN CERTIFICATE-----
[your certificate]
-----END CERTIFICATE-----
-----BEGIN PRIVATE KEY-----
[your private key]
-----END PRIVATE KEY-----

Upload your PEM files during setup or place them in the correct path as instructed by the configuration wizard.

Step 3: Self-Signed Certificate (Optional Fallback)

If you don’t have access to a public or internal CA, Chipmunk can generate a self-signed certificate during setup.

Important Notes:

Step 4: Match the Hostname in Your Certificate

Make sure the Common Name (CN) or Subject Alternative Name (SAN) in your certificate matches the DNS name you plan to use.

For example: If you access Chipmunk at https://chipmunk.yourcompany.local, then the cert must include that hostname.

What You’ll Need During Setup

When running the Chipmunk setup wizard after deploying the appliance, have the following ready:


Next: Complete the First-Time Configuration

chipmunk dns tls certificate ssl setup pem selfsigned