--- !ruby/object:Gem::Specification name: letsencrypt_webfaction version: !ruby/object:Gem::Version version: 2.0.1 platform: ruby authors: - William Johnston autorequire: bindir: exe cert_chain: - | -----BEGIN CERTIFICATE----- MIIDhTCCAm2gAwIBAgIBATANBgkqhkiG9w0BAQUFADBEMRAwDgYDVQQDDAd3aWxs aWFtMRwwGgYKCZImiZPyLGQBGRYMam9obnN0b25oYXVzMRIwEAYKCZImiZPyLGQB GRYCdXMwHhcNMTcwNDIyMTMzODM5WhcNMTgwNDIyMTMzODM5WjBEMRAwDgYDVQQD DAd3aWxsaWFtMRwwGgYKCZImiZPyLGQBGRYMam9obnN0b25oYXVzMRIwEAYKCZIm iZPyLGQBGRYCdXMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDl8XJy iFDfTJHbPnQ43vJKAjVPwxRnPhThFeWgYlZ//SU6ZbO4GqewDSMyCrjtWOq+mE59 L/YJBFpoFfRC0neRmAwlx7B1nSbqsSQ8+9Ecl5ySqc3D2ebOs+brS3WER76zp28p knx98vLGhpuCQmWKx2YEjNdMorxhNxZj0CEsKGXoaIcfBAAEsBKluzpR99ZNk4Tu EgUrasBV8F4cEYebDBJ0mLnWW6663Ic/+FPXJgL5syRylmVsfGgzhQifsxYW7ebY iL3gD6KBGRCdOVRmX+mgz0mIxchknFslbLE1aU9kNGabVw/25qUVxTid7HN5DAeY gkKUO+QWHBNH4QL3AgMBAAGjgYEwfzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAd BgNVHQ4EFgQUFOFAV8TE1Qa285rrUux+StPq5WowIgYDVR0RBBswGYEXd2lsbGlh bUBqb2huc3RvbmhhdXMudXMwIgYDVR0SBBswGYEXd2lsbGlhbUBqb2huc3Rvbmhh dXMudXMwDQYJKoZIhvcNAQEFBQADggEBAKpT/kZxUP3ZmywvtVjwYy2iqKglGPfp VUrMDaz3M96EFMH2FGMQDDumCR4OrBvc5URigGhj0qZYJmgBmkCW/gw2sv9RfuZb btwEZHcHJrWHW6ys0mD0aGZGptsLbxmm+VJhXNWHKu30Wbmm4yt4lk5atOprYGKp M/z07wMPdG5bNazz5iNkuW2HyYJV6BArUfD5fF04m856frBJytLkVe5Q1L83wi7g Bgn1/q+P8H+/qkt6w5h8UzWYyXRlEjWvSJEjkNU0C05GQ0w0GFiqd62CgQty5xpa 7M3NhWEjOZHE18Ro4Vy9CQCJxUasYC4JUMMQ9tQBW+vYIgHfBn0+xlw= -----END CERTIFICATE----- date: 2017-04-22 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: acme-client requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.5.5 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.5.5 description: A tool to simplify the manual process of using LetsEncrypt on Webfaction hosts. It can be added to cron where it will validate your domains automatically, place the generated certs in a common folder, and then email the WebFaction support team directions email: - william@johnstonhaus.us executables: - letsencrypt_webfaction extensions: [] extra_rdoc_files: [] files: - ".codeclimate.yml" - ".gitignore" - ".rspec" - ".rubocop.yml" - ".travis.yml" - CHANGELOG.md - Gemfile - LICENSE.md - README.md - Rakefile - bin/console - bin/rake - bin/rspec - bin/rubocop - bin/setup - certs/will_in_wi.pem - config.defaults.yml - config.example.yml - exe/letsencrypt_webfaction - letsencrypt_webfaction.gemspec - lib/letsencrypt_webfaction.rb - lib/letsencrypt_webfaction/application.rb - lib/letsencrypt_webfaction/args_parser.rb - lib/letsencrypt_webfaction/args_parser/array_validator.rb - lib/letsencrypt_webfaction/args_parser/defined_values_validator.rb - lib/letsencrypt_webfaction/args_parser/field.rb - lib/letsencrypt_webfaction/args_parser/string_validator.rb - lib/letsencrypt_webfaction/certificate_installer.rb - lib/letsencrypt_webfaction/domain_validator.rb - lib/letsencrypt_webfaction/webfaction_api_credentials.rb homepage: https://github.com/will-in-wi/letsencrypt-webfaction licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.1.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.6.8 signing_key: specification_version: 4 summary: LetsEncrypt utility client for WebFaction hosts. test_files: []