.gitignore
LICENSE
Makefile
NEWS
README.rst
requirements.txt
run.py
setup.py
data/ca.pem
data/example-client.pem
data/example-client_browser.pfx
data/example-client_curl.pem
data/example-config.yaml
data/jetconf@.service
data/pfx_passwd
data/server_localhost.crt
data/server_localhost.key
data/doc-root/index.html
data/doc-root/.well-known/host-meta
docs/Makefile
docs/architecture.rst
docs/backendapi.rst
docs/certificates.rst
docs/conf.py
docs/configuration.rst
docs/developers.rst
docs/examples.rst
docs/index.rst
docs/references.rst
docs/releasenotes.rst
docs/requirements.txt
docs/startguide.rst
jetconf/__init__.py
jetconf/__main__.py
jetconf/config.py
jetconf/data.py
jetconf/errors.py
jetconf/handler_base.py
jetconf/handler_list.py
jetconf/helpers.py
jetconf/http_handlers.py
jetconf/jetconf.py
jetconf/journal.py
jetconf/nacm.py
jetconf/op_internal.py
jetconf/rest_server.py
jetconf.egg-info/PKG-INFO
jetconf.egg-info/SOURCES.txt
jetconf.egg-info/dependency_links.txt
jetconf.egg-info/entry_points.txt
jetconf.egg-info/requires.txt
jetconf.egg-info/top_level.txt
tests/test_jetconf.py
tests/test_yangson.py
utils/knot-zone-read.py
utils/CURLgui/CURLgui.pro
utils/CURLgui/main.cpp
utils/CURLgui/mainwindow.cpp
utils/CURLgui/mainwindow.h
utils/CURLgui/mainwindow.ui
utils/cert_gen/HOWTO_CLIENT.txt
utils/cert_gen/HOWTO_SERVER.txt
utils/cert_gen/ca.key
utils/cert_gen/ca.pem
utils/cert_gen/ca.srl
utils/cert_gen/gen_client_cert.sh
utils/cert_gen/gen_server_cert.sh