Skip to content

Commit

Permalink
Merge pull request schubergphilis#83 from borgified/fix_sp
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
thoutenbos authored Aug 7, 2017
2 parents f9da870 + cc0517b commit 74c9398
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 @@ -38,7 +38,7 @@ acme_certificate 'test.example.com' do
end
```

Use the `acme_ssl_certificate` resource to request a certificate using the tls-sni-01 challange. By default an nginx server is expected to be running on the machine that will be configured to complete the challange. Using a differnet webserver is possible by specifying a different provider for the resource, but by default only the nginx provider is implemented (see libraries/ssl_certificate/nginx.rb on how to port the resource for another webserver).
Use the `acme_ssl_certificate` resource to request a certificate using the tls-sni-01 challange. By default an nginx server is expected to be running on the machine that will be configured to complete the challange. Using a different webserver is possible by specifying a different provider for the resource, but by default only the nginx provider is implemented (see libraries/ssl_certificate/nginx.rb on how to port the resource for another webserver).

```ruby
acme_ssl_certificate '/etc/ssl/test.example.com.crt' do
Expand Down

0 comments on commit 74c9398

Please sign in to comment.