...
| Code Block |
|---|
server:
dtlsConfig:
dtlsCertDir: "./config" # This way the configuration directory is used to lookup the key and cert.
dtlsCertName: "platform" # Used to lookup "platform.crt" and "platform.key"
featureToggle:
dtlsSecureCoapServiceEnabled: true # removed in > v1.59.1 |
| Warning |
|---|
We recommend to do no backup of the If you need to backup the key file make sure the backup is encrypted in a secure wayMake sure your backups are either secure or do not backup the |
In case you choose another location than "./config" the docker-compose.yml must be updated to mount the dtlsCertDir:
...