[readthedoc] Fix missing words in init_ra doc

This commit is contained in:
Qi Zheng 2023-11-03 15:33:03 +08:00 committed by volcano
parent 3dae0c1085
commit 11eadb84cc

@ -8,7 +8,7 @@ With these two solutions, two customized **init** are provided. Thus users don't
[AECS](https://github.com/SOFAEnclave/enclave-configuration-service) is a short name of **Attestation based Enclave Configuration Service**. Basically, part of its function is acting as a remote attestation based key management service. [AECS](https://github.com/SOFAEnclave/enclave-configuration-service) is a short name of **Attestation based Enclave Configuration Service**. Basically, part of its function is acting as a remote attestation based key management service.
Occlum provides a way to embed the AECS client function in Occlum Init process by simply running `occlum new --init-ra aecs` to initiate an Occlum instance. Occlum provides a way to embed the AECS client function in Occlum Init process by simply running `occlum new occlum_instance --init-ra aecs` to initiate an Occlum instance.
Then, users can modify the template `init_ra_conf.json` in oclcum_instance accordingly. Then, users can modify the template `init_ra_conf.json` in oclcum_instance accordingly.
@ -78,7 +78,7 @@ There is a demo [init_aecs_client](https://github.com/occlum/occlum/tree/master/
It is based on a GRPC-RATLS implementation. It is based on a GRPC-RATLS implementation.
Occlum provides a way to embed the AECS client function in Occlum Init process by simply running `occlum new --init-ra grpc_ratls` to initiate an Occlum instance. Occlum provides a way to embed the AECS client function in Occlum Init process by simply running `occlum new occlum_instance --init-ra grpc_ratls` to initiate an Occlum instance.
Then, users can modify the template `init_ra_conf.json` in oclcum_instance accordingly. Then, users can modify the template `init_ra_conf.json` in oclcum_instance accordingly.