Skip to main content
Altcraft Docs LogoAltcraft Docs Logo
User guideDeveloper guideAdmin guide
Company siteHelp center
English
  • Русский
  • English
v72
  • v74
  • v73
  • v72
Login
  • Getting Started
  • Administrator documentation
  • Functional characteristics
  • Technology description
  • System requirements
  • Admin Panel
  • Platform installation
  • Platform configuration
    • Configuration file
    • Domain settings
    • LDAP access configuration
    • Sending Email via SMTP relay
    • Pixel and push domain configuration
    • Cluster and Replication Setup
    • System notifications configuration
    • Processes UNIX sockets configuration
    • HTTPS Configuration
    • External SQL database integration
    • Adding sender IP addresses
    • Deduplication request settings
    • PostgreSQL database for account data
    • Proxy server settings
    • Getting HTTP service statuses
    • Configuration MongoDB logs rotation
    • Configuration of system constants and directories
  • Platform maintenance
  • Custom channels guide
  • Extra
  • Processing HTTP/HTTPS traffic
  • Administrator API
This is documentation for Altcraft Platform v72. This documentation is no longer maintained.
The information for up-to-date platform version at this page is available (v74).
  • Platform configuration
  • HTTPS Configuration
Documentation for version v72

HTTPS Configuration

note

All parameters are configured in the main.json configuration file. A full restart is required after making any changes.

Web Panel and API​

Add the following parameters:

{
"SSL_ON": true,
"SSL_PUBLIC_PORT": 443,
"SSL_CRT_PATH": "/etc/ssl/altcraft.domain.com/fullchain.pem",
"SSL_KEY_PATH": "/etc/ssl/altcraft.domain.com/privkey.pem"
}

Tracking​

Add the following parameters:

{
"TRACKING_SSL_ON": true,
"TRACKING_SSL_PUBLIC_PORT": 443,
"TRACKING_SSL_CRT_PATH": "/etc/ssl/click.domain.com/fullchain.pem",
"TRACKING_SSL_KEY_PATH": "/etc/ssl/click.domain.com/privkey.pem"
}

Pixels​

Add the following parameters:

{
"COOKIESAVER_SSL_ON": true,
"COOKIESAVER_PUBLIC_PORT": 443,
"COOKIESAVER_SSL_CRT_PATH": "/etc/ssl/pxl.domain.com/fullchain.pem",
"COOKIESAVER_SSL_KEY_PATH": "/etc/ssl/pxl.domain.com/privkey.pem"
}
Last updated on Jul 10, 2025
Previous
Processes UNIX sockets configuration
Next
External SQL database integration
  • Web Panel and API
  • Tracking
  • Pixels
© 2015 - 2025 Altcraft, LLC. All rights reserved.