Skip to content

Commit

Permalink
update README : fix stunnel_use_certificate variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew N Golovkov committed Jan 28, 2020
1 parent 3928a88 commit cc67c40
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 @@ -13,7 +13,7 @@ Role Variables
--------------

1. `stunnel_install_ssl_backend` (optional, default False) : determines if we want to install openssl by this role
1. `stunnel_use_cert` (default True) : determines if we use certificates
1. `stunnel_use_certificate` (default True) : determines if we use certificates
1. `stunnel_use_psk` (default False) : determines if we use psk
1. `stunnel_certificate_generation` (default False) : determines if this role has to generate a self signed certificate
1. `stunnel_certificate_duration` (optional, if `stunnel_certificate_generation` is True, default 365) : self signed certificate validity duration
Expand Down

0 comments on commit cc67c40

Please sign in to comment.