Skip to content

Commit

Permalink
Fix a typo, wildcart -> wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed May 28, 2014
1 parent cbc5746 commit 7cc3b80
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 @@ -94,7 +94,7 @@ nginx_ssl_ciphers: "EECDH+ECDSA+AESGCM:EECDH+aRSA+AESGCM:EECDH+ECDSA+SHA384:EECD
# Best practice according to https://bettercrypto.org/.
nginx_ssl_ecdh_curve: secp384r1
# If you are using a wildcart certificate then which domain will be used?
# If you are using a wildcard certificate then which domain will be used?
nginx_ssl_wildcard_domain: "{{ ansible_domain }}"
# http://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security
Expand Down

0 comments on commit 7cc3b80

Please sign in to comment.