letsencrypt_webfaction 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f80a89c3d834f421b0284b77471e9417384f7e67
4
- data.tar.gz: 4446d3527bc746de8dc5f8b48dc1353b73eb2ba3
3
+ metadata.gz: 40ccc850d84650b810a7f3431c510932d5061b5b
4
+ data.tar.gz: a1759bc337cd3979934786d90da7bf506826ae73
5
5
  SHA512:
6
- metadata.gz: 9b24b706c95298e09e2d126f53123240b4f2d12b32d1f1822c0c8c61704e6c43decb90fec32c9f3776b33891e75522619c65faae23f3551033b9f87554a51dcf
7
- data.tar.gz: 29b1f9645e0162ab53654c50faa62153bc8cde3779714cd3534b975c427b7490b9e0d25708c121cf4ba700f02581dd2333fd0e0fcb850df486925e90cb7472a6
6
+ metadata.gz: 57d97ac25cd9edadf659a806370893bf76a4877b830f403c720993cfe92e5b98a2252b199c0cfb4e0486efd45258af622fbc22f312d067a0ed48b3b8fe818f2e
7
+ data.tar.gz: 29fee55cb7a7ec0a9c5163ffcc11f84557380adbba0c01a02f4f602d7cd053b9e104a1b763b3574515d74f7b78a93649e9a0c4e1550ed953c6d2e5cd89c24f90
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/.gitignore CHANGED
@@ -10,3 +10,6 @@
10
10
 
11
11
  # Ignore vim locks
12
12
  *.swp
13
+
14
+ # Ignore local config.
15
+ /.bundle
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ v1.1.1
2
+
3
+ * Handle changes in Acme::Client regarding autoloading. Require newer version.
4
+
1
5
  v1.1.0
2
6
 
3
7
  * Support for additional special email configuration.
data/README.md CHANGED
@@ -10,6 +10,8 @@ This tool simplifies the manual process of using LetsEncrypt on Webfaction hosts
10
10
 
11
11
  [![Code Climate](https://codeclimate.com/github/will-in-wi/letsencrypt-webfaction/badges/gpa.svg)](https://codeclimate.com/github/will-in-wi/letsencrypt-webfaction)
12
12
 
13
+ *Note: if you find this useful and are setting up a new account, you can support me a little by using [my WebFaction affiliate link](https://www.webfaction.com/?aid=49923). I think I get a 10% referal bonus from whatever you spend at WebFaction. Thanks!*
14
+
13
15
  ## Installation
14
16
 
15
17
  This utility works on [CentOS 6 and 7 boxes](https://docs.webfaction.com/user-guide/server.html#finding-your-server-s-operating-system). The CentOS 5 systems do not have a new enough OpenSSL to include the algorithms required. You may be able to make this work using rbenv and compiling openssl yourself. A tutorial for CentOS 5 is available here: https://github.com/will-in-wi/letsencrypt-webfaction/wiki/Install-custom-OpenSSL-and-Ruby-on-CentOS-5-host
@@ -71,7 +73,7 @@ Your cron task could look something like:
71
73
  # RBEnv Installation
72
74
  0 4 1 */2 * RBENV_ROOT=~/.rbenv RBENV_VERSION=2.3.0 ~/.rbenv/bin/rbenv exec letsencrypt_webfaction --account_email you@example.com --domains example.com,www.example.com --public ~/webapps/myapp/
73
75
 
74
- This [would run](http://crontab.guru/#0_4_*_*/2_*) at 4 a.m. in Jan, Mar, May, Jul, Sep, and Nov. Certificates expire three months after issuance, so modify as desired.
76
+ This [would run](http://crontab.guru/#0_4_1_*/2_*) at 4 a.m. on the first day of January, March, May, July, September, and November. Certificates expire three months after issuance, so modify as desired. It may be preferable to change the date of the month that your cron task runs on so that WebFaction staff don't simultaneously receive all certificate change requests at the same time.
75
77
 
76
78
  If you have more than one cron task running like this, you may want to set the environment variables at the top of the file, and create a config file containing the contact information.
77
79
 
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
28
28
 
29
29
  spec.required_ruby_version = '>= 2.1.0'
30
30
 
31
- spec.add_runtime_dependency 'acme-client', '~> 0.3.0'
31
+ spec.add_runtime_dependency 'acme-client', '>=0.3.3'
32
32
  spec.add_runtime_dependency 'pony', '~> 1.11'
33
33
 
34
34
  spec.add_development_dependency 'bundler', '~> 1.11'
@@ -1,3 +1,3 @@
1
1
  module LetsencryptWebfaction
2
- VERSION = '1.1.0'.freeze
2
+ VERSION = '1.1.1'.freeze
3
3
  end
@@ -1,5 +1,5 @@
1
1
  require 'openssl'
2
- require 'acme/client'
2
+ require 'acme-client'
3
3
 
4
4
  require 'letsencrypt_webfaction/args_parser'
5
5
  require 'letsencrypt_webfaction/domain_validator'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: letsencrypt_webfaction
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Johnston
@@ -30,22 +30,22 @@ cert_chain:
30
30
  urnVFSXSvmjoq2UEqNf39Ffw4ZJ2QYuxlOLEInXhf1Rij1+KYHwHoT6qaOmk+fgY
31
31
  XWr3WAp8Tv/ogSwGuBGWtsjMTEzbRxAJbRXQDFEMeXJAvzon0o6hUtU=
32
32
  -----END CERTIFICATE-----
33
- date: 2016-05-05 00:00:00.000000000 Z
33
+ date: 2016-06-26 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: acme-client
37
37
  requirement: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - "~>"
39
+ - - ">="
40
40
  - !ruby/object:Gem::Version
41
- version: 0.3.0
41
+ version: 0.3.3
42
42
  type: :runtime
43
43
  prerelease: false
44
44
  version_requirements: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - "~>"
46
+ - - ">="
47
47
  - !ruby/object:Gem::Version
48
- version: 0.3.0
48
+ version: 0.3.3
49
49
  - !ruby/object:Gem::Dependency
50
50
  name: pony
51
51
  requirement: !ruby/object:Gem::Requirement
@@ -220,7 +220,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
220
220
  version: '0'
221
221
  requirements: []
222
222
  rubyforge_project:
223
- rubygems_version: 2.5.2
223
+ rubygems_version: 2.5.1
224
224
  signing_key:
225
225
  specification_version: 4
226
226
  summary: LetsEncrypt utility client for WebFaction hosts.
metadata.gz.sig CHANGED
Binary file