Chipmunk requires a valid DNS name and HTTPS certificate to operate securely inside your network.
This guide helps you configure:
chipmunk.yourcompany.local
)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.
If you don’t have access to a public or internal CA, Chipmunk can generate a self-signed certificate during setup.
Important Notes:
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.
When running the Chipmunk setup wizard after deploying the appliance, have the following ready:
chipmunk.yourcompany.local
)Next: Complete the First-Time Configuration
chipmunk dns tls certificate ssl setup pem selfsigned