Skip to content

Commit 237f76a

Browse files
authored
Add configuration option for using system truststore instead of bundled truststore for ssl validation (#154)
1 parent da61087 commit 237f76a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ NETBOX_TOKEN=
33
REPO_URL=https://github.com/netbox-community/devicetype-library.git
44
REPO_BRANCH=master
55
IGNORE_SSL_ERRORS=False
6+
#REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt # you should enable this if you are running on a linux system
67
#SLUGS=c9300-48u isr4431 isr4331

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ The container supports the following env var as configuration :
8787
- `NETBOX_URL`, used to access netbox
8888
- `NETBOX_TOKEN`, token for accessing netbox
8989
- `VENDORS`, a comma-separated list of vendors to import (defaults to None)
90+
- `REQUESTS_CA_BUNDLE`, path to a CA_BUNDLE for validation if you are using self-signed certificates(file must be included in the container)
9091

9192
To run :
9293

0 commit comments

Comments
 (0)