/sztpd

Dockerfile for https://pypi.org/project/sztpd

Primary LanguageDockerfileApache License 2.0Apache-2.0

Secure Zero Touch Provisioning (sZTP)

Linters Docker License Pulls Last Release GitHub stars GitHub Contributors

SZTPD implements the Bootstrap Server defined in RFC 8572: Secure Zero Touch Provisioning (SZTP).

This project contains Dockerfile for https://pypi.org/project/sztpd

I Want To Contribute

This project welcomes contributions and suggestions. We are happy to have the Community involved via submission of Issues and Pull Requests (with substantive content or even just fixes). We are hoping for the documents, test framework, etc. to become a community process with active engagement. PRs can be reviewed by by any number of people, and a maintainer may accept.

See CONTRIBUTING and GitHub Basic Process for more details.

Installation

There are several ways of running sztpd.

Docker

docker pull opiproject/sztpd:<version>

You can specify a version like 0.0.11 or use latest to get the most up-to-date version.

docker run --rm -e SZTPD_INIT_MODE=1 -e SZTPD_ACCEPT_CONTRACT=Yes -e SZTPD_INIT_PORT=8080 -e SZTPD_INIT_ADDR=127.0.0.1 opiproject/sztpd:<version>

PyPI

pip install sztpd==0.0.11