Set up TLS without reverse proxy
StackState Self-hosted v5.1.x
Prerequisites
Configure StackState
Step 1. Configure applications
stackstate {
...
api {
tls {
enabled = true
keystore {
path = "/path/to/keystore.pfx"
password = "password"
storeType = "PKCS12"
}
}
...
Step 2. Configure the process manager
Step 3. Configure StackPacks configuration defaults
Step 4. Apply changes
Configure StackState Agent
Option 1. Agent running in Docker
Option 2. Agent running on machine
Last updated