Skip to content

Commit

Permalink
Update guide to 1.1, use directory & headers for URIs + other enhance…
Browse files Browse the repository at this point in the history
…ments

* Use the directory and response headers, rather than hardcoding URIs (closes #1)
* Add Appendix 6 about newly supported Internationalized Domain Names
* Change reference to official Let's Encrypt client → certbot
* Specify a TTL for DNS challenge record
* Add note about certificate and authorization validity periods
* Consistently prefer single quotes in all Ruby code
* Remove example domains for the various certificate types
* Added a couple more tools to the Testing section
* Add Changelog & Author section
* Harden example nginx config with additional security headers
  • Loading branch information
alexpeattie committed Nov 19, 2016
1 parent b89130d commit c69b53d
Show file tree
Hide file tree
Showing 5 changed files with 276 additions and 109 deletions.
7 changes: 7 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
source 'https://rubygems.org'
ruby '2.3.1'

gem 'httparty', '~> 0.14'
gem 'nitlink', '~> 1.0'
gem 'dnsimple', '~> 2.2'
gem 'net-scp', '~> 1.2.1'
Loading

0 comments on commit c69b53d

Please sign in to comment.