rhc 1.34.2 → 1.35.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -386,6 +386,7 @@ module RHC
386
386
  :ssl_ca_file => 'SSL Cert CA File',
387
387
  :ssl_version => 'SSL Version',
388
388
  :ssl_client_cert_file => 'SSL x509 Client Cert File',
389
+ :ssl_client_key_file => 'SSL x509 Client Key File',
389
390
  :zones => 'Available Zones'
390
391
  })
391
392
 
@@ -101,6 +101,7 @@ module RHC
101
101
  :timeout,
102
102
  :ssl_version,
103
103
  :ssl_client_cert_file,
104
+ :ssl_client_key_file,
104
105
  :ssl_ca_file
105
106
  ),
106
107
  {
@@ -294,6 +294,7 @@ module RHC
294
294
  :timeout => options.timeout,
295
295
  :ssl_version => options.ssl_version,
296
296
  :ssl_client_cert_file => options.ssl_client_cert_file,
297
+ :ssl_client_key_file => options.ssl_client_key_file,
297
298
  :ssl_ca_file => options.ssl_ca_file)
298
299
  servers.save!
299
300
  success "done"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rhc
3
3
  version: !ruby/object:Gem::Version
4
- hash: 155
4
+ hash: 153
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
- - 34
9
- - 2
10
- version: 1.34.2
8
+ - 35
9
+ - 1
10
+ version: 1.35.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Red Hat
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2015-01-17 00:00:00 Z
18
+ date: 2015-02-25 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: net-ssh