Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dviejokfs committed Mar 13, 2021
1 parent 09b19cc commit d204df1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3
LABEL name="HLF Operator" \
vendor="Kung Fu Software <dviejo@kungfusoftware.es>" \
maintainer="Kung Fu Software <dviejo@kungfusoftware.es>" \
version="v1.0.0" \
release="v1.0.0"
version="v1.1.0" \
release="v1.1.0"

COPY CREDITS /licenses/CREDITS
COPY LICENSE /licenses/LICENSE
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ kubectl hlf ca register --name=ord-ca --user=admin --secret=adminpw \

kubectl hlf ca enroll --name=ord-ca --user=admin --secret=adminpw --mspid Ord2MSP \
--ca-name ca --output admin-ordservice.yaml
## add user from admin-ordservice.yaml to ordservice.yaml

```
> IMPORTANT!!: **Add user from admin-ordservice.yaml to ordservice.yaml** if not, following commands will not work
## Create a consortium
```bash
Expand All @@ -139,9 +139,9 @@ kubectl hlf ca enroll --name=org1-ca --user=admin --secret=adminpw --mspid Org1M

kubectl hlf inspect --output org1.yaml -o Org1MSP -o OrdererMSP

## add user key and cert to org1.yaml from admin-ordservice.yaml
```

> IMPORTANT!!: **Add user from peer-org1.yaml to org1.yaml** if not, following commands will not work
## Create a channel
```bash

Expand Down

0 comments on commit d204df1

Please sign in to comment.