Skip to content

Commit

Permalink
Update system test CA cert generation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
albinsuresh committed Mar 20, 2024
1 parent 570b619 commit b37d514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/RobotFramework/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ The following dependencies are requires for the instructions:
3. Add the `CA_KEY` and `CA_PUB` environment variables to your `.env` file used by the tests.

```sh
echo CA_KEY=\""$(cat ~/tedge-ca.key | base64)"\" >> .env
echo CA_PUB=\""$(cat ~/tedge-ca.crt | base64)"\" >> .env
echo CA_KEY=\""$(cat ~/tedge-ca.key | base64 -w 0)"\" >> .env
echo CA_PUB=\""$(cat ~/tedge-ca.crt | base64 -w 0)"\" >> .env
```

**Note**
Expand Down

0 comments on commit b37d514

Please sign in to comment.