fix typos in README
This commit is contained in:
parent
cd1f95e1ba
commit
6353aa0bb1
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ A command line tool to create Amazon issued certificates and add them to load-ba
|
|||
|
||||
## Install
|
||||
|
||||
Clone the projet wherever you you have a version of Ruby and where you can install gems.
|
||||
Clone the projet wherever you have a version of Ruby and where you can install gems.
|
||||
Use Bundler to install the dependencies : `$ bundle install`
|
||||
|
||||
## Configuration
|
||||
|
@ -105,7 +105,7 @@ If the status is `ISSUED`, you can proceed to the ELB.
|
|||
### Enable the certificate in the ELB
|
||||
|
||||
```
|
||||
$ ./aws-cert status my.domain.com
|
||||
$ ./aws-cert enable my.domain.com
|
||||
|
||||
Certificate has been added to load-balancer, change DNS configuration :
|
||||
Record name: my.domain.com.
|
||||
|
|
Loading…
Add table
Reference in a new issue