Skip to content

Commit

Permalink
Merge pull request #3917 from grothja/patch-1
Browse files Browse the repository at this point in the history
Correct argument reference for `certificate`
  • Loading branch information
radeksimko committed Nov 14, 2015
2 parents e7c88ea + 8491f08 commit 432cab5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following arguments are supported:
Changing this forces a new resource to be created.
* `private_key` - (Required) Write only private key in PEM format.
Changing this forces a new resource to be created.
* `description` - (Required) A local certificate file in PEM format. The chain
* `certificate` - (Required) A local certificate file in PEM format. The chain
may be at most 5 certs long, and must include at least one intermediate cert.
Changing this forces a new resource to be created.

Expand Down

0 comments on commit 432cab5

Please sign in to comment.