Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation? Changing the port? #84

Open
sascha-wi opened this issue Aug 15, 2023 · 1 comment
Open

Documentation? Changing the port? #84

sascha-wi opened this issue Aug 15, 2023 · 1 comment

Comments

@sascha-wi
Copy link

I am struggling to get this thing running with the provided binary. I noticed its using the same port as our apache exporter (9117). I don't see any documentation?

@amimof
Copy link
Owner

amimof commented Dec 20, 2023

The idea is to run this in a container. For example

docker run -p 9117:9117 ghcr.io/amimof/node-cert-exporter --logtostderr=true --include-glob /etc/ssl/*/*.pem

Where 9117:9117 is a port mapping from your local host to the container. You may change this mapping if 9117 is already allocated on your host.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants