[PPML] Azure support for Gramine (#6550)

* azure support

* update

* add simple example

* update

* update
This commit is contained in:
Jiao Wang 2022-11-16 15:04:10 -08:00 committed by GitHub
parent 225facc5af
commit 34f20c01cc

View file

@ -260,7 +260,7 @@ Run such script to generate enclave key
### 3.3 Generate keys
Run such scripts to generate keys:
```bash
/ppml/trusted-big-data-ml/azure/generate-keys.sh
/ppml/trusted-big-data-ml/azure/generate-keys-az.sh
```
When entering the passphrase or password, you could input the same password by yourself; and these passwords could also be used for the next step of generating other passwords. Password should be longer than 6 bits and contain numbers and letters, and one sample password is "3456abcd". These passwords would be used for future remote attestations and to start SGX enclaves more securely.