Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neoword authored Apr 14, 2022
1 parent c1d4ee8 commit 3b42b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ssh-keygen -t rsa -b 4096 -m PEM -f keys/<YOUR_FILENAME>.key
openssl rsa -in keys/<YOUR_FIELNAME>.key -pubout -outform PEM -out keys/<YOUR_FILENAME>.key.pub
cat keys/<YOUR_FILENAME>.key.pub
```
3) Save the private key file in `keys` with the name `<environment-region>.key`, e.g. `preprod-us.key`
3) Save the private key file in `keys` with the name `<environment-region>.key`, e.g. `prod-us.key`
or symbolic link to it.

### Set Config vars
Expand Down

0 comments on commit 3b42b10

Please sign in to comment.