Skip to content

Commit

Permalink
Update README.md with minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
nammbash authored Feb 7, 2024
1 parent 6e62a75 commit 16c9972
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ echo $(hostname --all-fqdns | awk '{print tolower($1)}') # Find the right FQDN
```
```bash
export FQDN=<FQDN> # Enter your FQDN here
export no_proxy= localhost, <local machine IP>, <FQDN>
export no_proxy= localhost,<local machine IP>,<FQDN>
```
#### _Setup Miniconda environment_
```bash
Expand Down Expand Up @@ -141,6 +141,8 @@ export COLLAB_PATH=${HOME}/${COLLAB_NAME}
export WORKSPACE_PATH_COBR=${COLLAB_PATH}/${WORKSPACE_NAME}
cd ${WORKSPACE_PATH_AGGR}
fx collaborator certify --request-pkg col_${COLLAB_NAME}_to_agg_cert_request.zip # Certify the collaborator certificate. Press "y" when asked.
```
```bash
cp ${WORKSPACE_PATH_AGGR}/agg_to_col_${COLLAB_NAME}_signed_cert.zip ${WORKSPACE_PATH_COBR}/ # Send signed certificate back to collaborator
```
**_Return back to Collaborator Terminal and import the signed certificate sent from CA(Aggregator)._**
Expand Down

0 comments on commit 16c9972

Please sign in to comment.