Skip to content

Commit

Permalink
use mse_lib_sgx 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
heavenboy8 committed Aug 10, 2023
1 parent c9839c9 commit ed17c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN python3 -m venv $GRAMINE_VENV
# Install MSE Enclave library
RUN . "$GRAMINE_VENV/bin/activate" && \
python3 -m pip install -U pip setuptools && \
python3 -m pip install -U mse-lib-sgx==2.0
python3 -m pip install -U mse-lib-sgx==2.2

WORKDIR /root

Expand Down
2 changes: 1 addition & 1 deletion mse-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ set_default_variables() {
FORCE=0
HOST="0.0.0.0"
PORT="443"
SUBJECT="CN=cosmian.app,O=Cosmian Tech,C=FR,L=Paris,ST=Ile-de-France"
SUBJECT="CN=cosmian.io,O=Cosmian Tech,C=FR,L=Paris,ST=Ile-de-France"

# Constant variables
PACKAGE_DIR="/opt/input" # Location of the src package
Expand Down

0 comments on commit ed17c71

Please sign in to comment.