Skip to content

Commit

Permalink
readme: fix example to reflect SSL key management changes
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Jul 3, 2015
1 parent 46a1c1d commit 95a7ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ define web::nginx_ssl_with_redirect (
location_cfg_append => $location_cfg_append,
index_files => [ 'index.php' ],
ssl => true,
ssl_cert => 'puppet:///modules/sslkey/wildcard_mydomain.crt',
ssl_key => 'puppet:///modules/sslkey/wildcard_mydomain.key',
ssl_cert => '/path/to/wildcard_mydomain.crt',
ssl_key => '/path/to/wildcard_mydomain.key',
}
Expand Down

0 comments on commit 95a7ad9

Please sign in to comment.