Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Cybersecurity-LINKS/embrave
Browse files Browse the repository at this point in the history
  • Loading branch information
cinghioGithub committed Apr 3, 2024
2 parents 20e9475 + f30b1c6 commit 83e3a38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
![build main](https://github.com/Cybersecurity-LINKS/embrave/actions/workflows/build.yml/badge.svg?branch=main)

# EMBRAVE: EMBedded Remote Attestation and Verification framEwork
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ deepmerge==1.1.1
docutils==0.18.1
idna==3.4
imagesize==1.4.1
Jinja2==3.1.2
Jinja2==3.1.3
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
MarkupSafe==2.1.3
Expand All @@ -33,4 +33,4 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-openapi==0.8.4
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.9
urllib3==2.1.0
urllib3==2.1.0
4 changes: 3 additions & 1 deletion docs/source/config-file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ The ``[AttesterAgent]`` section contains general settings for Attester.
# Port where it runs the http Join Service server
join_service_port = 8000
# URI where download the whitelist
whitelist_uri = https://location.where.whitelist/is/stored
Verifier
--------
Expand Down Expand Up @@ -117,4 +119,4 @@ The ``[JoinService]`` section contains settings related to the Join Service.
db = file:/var/embrave/join_service/db.sqlite
# Path of ca hash certificates
ca_x509_path = /home/linux/Documents/embrave/tpm_ca_certs_hash_dir
ca_x509_path = /home/linux/Documents/embrave/tpm_ca_certs_hash_dir

0 comments on commit 83e3a38

Please sign in to comment.