From da269974ddef139bad42f225c9f184db0295e1c8 Mon Sep 17 00:00:00 2001 From: Yoshi Walsh Date: Fri, 17 Apr 2026 01:32:50 +1000 Subject: [PATCH] Add NODE_TLS_REJECT_UNAUTHORIZED envvar to documentation Given that this has come up in #5 and #26, and also confused me during setup, I think this warrants inclusion in the docs. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index ae990a3..bc77d68 100644 --- a/readme.md +++ b/readme.md @@ -317,6 +317,7 @@ The **restore** operation is not implemented at this time. We encountered troub | `-X`, `--debug` | `PORTAINER_BACKUP_DEBUG` | true\|false | Print stack trace for any errors encountered| | `-J`, `--json` | `PORTAINER_BACKUP_JSON` | true\|false | Print formatted/strucutred JSON data | | `-c`, `--concise` | `PORTAINER_BACKUP_CONCISE` | true\|false | Print concise/limited output | +| _(N/A)_ | `NODE_TLS_REJECT_UNAUTHORIZED` | true\|false | Set to false to ignore certificate errors (e.g. if Portainer is using a self-signed certificate) | | `-v`, `--version` | _(N/A)_ | | Show utility version number | | `-h`, `--help` | _(N/A)_ | | Show help |