Skip to content

Commit

Permalink
Call athenz instead of athens
Browse files Browse the repository at this point in the history
Athenz UI seems not to be yet, but it's should be called athenz on docs probably.
  • Loading branch information
okuryu committed Jan 15, 2017
1 parent 378e1e6 commit 3fe0250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/setup_ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ operation. From the `athenz-ui-X.Y` directory execute the following
commands:

```shell
$ cd var/athens_ui/keys
$ cd var/athenz_ui/keys
$ openssl genrsa -out ui_private.pem 2048
$ openssl rsa -in ui_private.pem -pubout > ui_public.pem
```
Expand Down
2 changes: 1 addition & 1 deletion docs/setup_ui_prod.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ operation. From the `athenz-ui-X.Y` directory execute the following
commands:

```shell
$ cd var/athens_ui/keys
$ cd var/athenz_ui/keys
$ openssl genrsa -out ui_private.pem 2048
$ openssl rsa -in ui_private.pem -pubout > ui_public.pem
```
Expand Down

0 comments on commit 3fe0250

Please sign in to comment.