summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMike Nowak <mikenowak@users.noreply.github.com>2017-04-17 19:37:58 +0900
committerMike Nowak <mikenowak@users.noreply.github.com>2017-04-17 19:37:58 +0900
commit5ad52513ed0ad7665277130f02b5318efcca0940 (patch)
tree91adb714ecae5e5e08f844847b56e666cb17de65 /README.md
parentbf48ba182f800c323d37085a43d24fac4e3a0acf (diff)
Adding support for custom CA certs
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index ade2030..5950c1c 100644
--- a/README.md
+++ b/README.md
@@ -364,6 +364,12 @@ If you want to have the config automatically reloaded (e.g. when using a http so
docker run -v /etc/oxidized:/root/.config/oxidized -p 8888:8888/tcp -e CONFIG_RELOAD_INTERVAL=3600 -t oxidized/oxidized:latest
```
+If you need to use an internal CA (e.g. to connect to an private github instance)
+
+```
+docker run -v /etc/oxidized:/root/.config/oxidized -v /path/to/MY-CA.crt:/usr/local/share/ca-certificates/MY-CA.crt -p 8888:8888/tcp -e UPDATE_CA_CERTIFICATES=true -t oxidized/oxidized:latest
+```
+
## Cookbook
### Debugging
In case a model plugin doesn't work correctly (ios, procurve, etc.), you can enable live debugging of SSH/Telnet sessions. Just add a ```debug``` option containing the value true to the ```input``` section. The log files will be created depending on the parent directory of the logfile option.