From 11eadb84ccd8326d56e936a81523ae89a88d8616 Mon Sep 17 00:00:00 2001 From: Qi Zheng Date: Fri, 3 Nov 2023 15:33:03 +0800 Subject: [PATCH] [readthedoc] Fix missing words in init_ra doc --- docs/readthedocs/docs/source/init_ra.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/readthedocs/docs/source/init_ra.md b/docs/readthedocs/docs/source/init_ra.md index 25e6d1f1..d964c36c 100644 --- a/docs/readthedocs/docs/source/init_ra.md +++ b/docs/readthedocs/docs/source/init_ra.md @@ -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. -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. @@ -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. -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.