rob
Results
2
comments of
rob
Adding the calls: ``` ❯ curl --user admin:$DAPI_PASS https://proxy.example/dapi/api/v3/services/haproxy/storage/ssl_certificates/api.crt+key.ecdsa {"code":404,"message":"missing object: file api_crt_key.ecdsa doesn't exist in dir: /data/haproxy/api/ssl"} ``` So `api.crt+.key.ecdsa` is being called as `api_crt_key.ecdsa` swapping the `+` for...
Hey @smeroth ! So in this case, I was updating the `dataplaneapi.yml` config to go from port `110` to `210`. I ran `systemctl reload dataplaneapi` and then saw the port...