Skip to content

Commit cf30297

Browse files
committed
Update contact information and links after migration
1 parent 0b8e68c commit cf30297

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+140
-139
lines changed

CHANGELOG.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@ This file is used to list changes made in each version of the `ssl_certificate`
55

66
## v1.6.0 (2015-08-02)
77

8-
* Load encrypted secret before passing to the `EncryptedDataBagItem.load` ([issue #14](https://github.com/onddo/ssl_certificate-cookbook/pull/14), thanks [Nikita Borzykh](https://github.com/sample)).
8+
* Load encrypted secret before passing to the `EncryptedDataBagItem.load` ([issue #14](https://github.com/zuazo/ssl_certificate-cookbook/pull/14), thanks [Nikita Borzykh](https://github.com/sample)).
99
* Update RuboCop to `0.32.1`.
1010
* README:
1111
* Use markdown tables.
1212
* Add GitHub badge.
1313

1414
## v1.5.0 (2015-04-25)
1515

16-
* Add sensitive true to the created files ([issue #12](https://github.com/onddo/ssl_certificate-cookbook/issues/12), thanks [Jonathan Chauncey](https://github.com/jchauncey) for reporting).
17-
* Add support for different types in Subject Alternative Names ([issue #13](https://github.com/onddo/ssl_certificate-cookbook/issues/13), thanks [Jonathan Chauncey](https://github.com/jchauncey) for reporting).
16+
* Add sensitive true to the created files ([issue #12](https://github.com/zuazo/ssl_certificate-cookbook/issues/12), thanks [Jonathan Chauncey](https://github.com/jchauncey) for reporting).
17+
* Add support for different types in Subject Alternative Names ([issue #13](https://github.com/zuazo/ssl_certificate-cookbook/issues/13), thanks [Jonathan Chauncey](https://github.com/jchauncey) for reporting).
1818
* README: Fix all RuboCop offenses in examples.
1919
* Update Gemfile and kitchen.yml files.
2020
* Gemfile: Update RuboCop to `0.30.1`.
2121

2222
## v1.4.0 (2015-04-05)
2323

24-
* Add `attr_apply` recipe: Create a certificate list from attributes ([issue #10](https://github.com/onddo/ssl_certificate-cookbook/pull/10), thanks [Stanislav Bogatyrev](https://github.com/realloc)).
25-
* Fix invalid metadata ([issue #11](https://github.com/onddo/ssl_certificate-cookbook/pull/11), thanks [Karl Svec](https://github.com/karlsvec)).
24+
* Add `attr_apply` recipe: Create a certificate list from attributes ([issue #10](https://github.com/zuazo/ssl_certificate-cookbook/pull/10), thanks [Stanislav Bogatyrev](https://github.com/realloc)).
25+
* Fix invalid metadata ([issue #11](https://github.com/zuazo/ssl_certificate-cookbook/pull/11), thanks [Karl Svec](https://github.com/karlsvec)).
2626
* Update RuboCop to `0.29.1` (fix some new offenses).
2727

2828
## v1.3.0 (2015-02-03)
@@ -66,8 +66,8 @@ This file is used to list changes made in each version of the `ssl_certificate`
6666
## v1.0.0 (2014-12-30)
6767

6868
* Bugfix: Cannot read SSL intermediary chain from data bag.
69-
* Fix Directory Permissions for Apache `2.4` ([issue #7](https://github.com/onddo/ssl_certificate-cookbook/pull/7), thanks [Elliott Davis](https://github.com/elliott-davis)).
70-
* Add CA support for self signed certificates ([issue #8](https://github.com/onddo/ssl_certificate-cookbook/pull/8), thanks [Jeremy MAURO](https://github.com/jmauro)).
69+
* Fix Directory Permissions for Apache `2.4` ([issue #7](https://github.com/zuazo/ssl_certificate-cookbook/pull/7), thanks [Elliott Davis](https://github.com/elliott-davis)).
70+
* Add CA support for self signed certificates ([issue #8](https://github.com/zuazo/ssl_certificate-cookbook/pull/8), thanks [Jeremy MAURO](https://github.com/jmauro)).
7171
* Apache template:
7272
* Disable `SSLv3` by default (**breaking change**).
7373
* Add chained certificate support.
@@ -85,31 +85,31 @@ This file is used to list changes made in each version of the `ssl_certificate`
8585
* Update Gemfile and Berksfile files.
8686
* Add Guardfile.
8787
* README:
88-
* Multiple fixes and improvements ([issue #9](https://github.com/onddo/ssl_certificate-cookbook/pull/9), thanks [Benjamin Nørgaard](https://github.com/blacksails)).
88+
* Multiple fixes and improvements ([issue #9](https://github.com/zuazo/ssl_certificate-cookbook/pull/9), thanks [Benjamin Nørgaard](https://github.com/blacksails)).
8989
* Split in multiple files.
9090
* Add TOC.
9191
* Add badges.
9292
* Add LICENSE file.
9393

9494
## v0.4.0 (2014-11-19)
9595

96-
* Add Apache 2.4 support ([issue #4](https://github.com/onddo/ssl_certificate-cookbook/pull/4), thanks [Djuri Baars](https://github.com/dsbaars)).
96+
* Add Apache 2.4 support ([issue #4](https://github.com/zuazo/ssl_certificate-cookbook/pull/4), thanks [Djuri Baars](https://github.com/dsbaars)).
9797
* Add supported platform list.
9898
* kitchen.yml completed and updated.
9999

100100
## v0.3.0 (2014-11-03)
101101

102102
Special thanks to [Steve Meinel](https://github.com/smeinel) for his great contributions.
103103

104-
* Add Subject Alternate Names support for certs ([issue #2](https://github.com/onddo/ssl_certificate-cookbook/pull/2), thanks [Steve Meinel](https://github.com/smeinel)).
105-
* Add support for deploying an intermediate cert chain file ([issue #3](https://github.com/onddo/ssl_certificate-cookbook/pull/3), thanks [Steve Meinel](https://github.com/smeinel)).
104+
* Add Subject Alternate Names support for certs ([issue #2](https://github.com/zuazo/ssl_certificate-cookbook/pull/2), thanks [Steve Meinel](https://github.com/smeinel)).
105+
* Add support for deploying an intermediate cert chain file ([issue #3](https://github.com/zuazo/ssl_certificate-cookbook/pull/3), thanks [Steve Meinel](https://github.com/smeinel)).
106106
* ChefSpec matchers: add helper methods to locate LWRP resources.
107107
* README: Chef `11.14.2` required.
108108
* TODO: complete it with more tasks and use checkboxes.
109109

110110
## v0.2.1 (2014-09-14)
111111

112-
* `ssl_certificate` resource notifications fixed (issue [#1](https://github.com/onddo/ssl_certificate-cookbook/pull/1), thanks [Matt Graham](https://github.com/gadgetmg) for reporting)
112+
* `ssl_certificate` resource notifications fixed (issue [#1](https://github.com/zuazo/ssl_certificate-cookbook/pull/1), thanks [Matt Graham](https://github.com/gadgetmg) for reporting)
113113

114114
## v0.2.0 (2014-08-13)
115115

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Contributing
55
2. Create a named feature branch (`$ git checkout -b my-new-feature`).
66
3. Write tests for your change (if applicable).
77
4. Write your change.
8-
5. [Run the tests](https://github.com/onddo/ssl_certificate-cookbook/blob/master/TESTING.md), ensuring they all pass (`$ bundle exec rake`).
8+
5. [Run the tests](https://github.com/zuazo/ssl_certificate-cookbook/blob/master/TESTING.md), ensuring they all pass (`$ bundle exec rake`).
99
6. Commit your change (`$ git commit -am 'Add some feature'`).
1010
7. Push to the branch (`$ git push origin my-new-feature`).
1111
8. [Submit a Pull Request using Github](https://help.github.com/articles/creating-a-pull-request).

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
175175

176176
END OF TERMS AND CONDITIONS
177177

178-
Copyright 2014-2015 Onddo Labs, SL. (www.onddo.com)
178+
Copyright 2015 Xabier de Zuazo
179179

180180
Licensed under the Apache License, Version 2.0 (the "License");
181181
you may not use this file except in compliance with the License.

README.md

+18-17
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Description
22
===========
33
[![Cookbook Version](https://img.shields.io/cookbook/v/ssl_certificate.svg?style=flat)](https://supermarket.getchef.com/cookbooks/ssl_certificate)
4-
[![GitHub Source](https://img.shields.io/badge/source-GitHub-blue.svg?style=flat)](https://github.com/onddo/ssl_certificate-cookbook)
5-
[![Dependency Status](http://img.shields.io/gemnasium/onddo/ssl_certificate-cookbook.svg?style=flat)](https://gemnasium.com/onddo/ssl_certificate-cookbook)
6-
[![Code Climate](http://img.shields.io/codeclimate/github/onddo/ssl_certificate-cookbook.svg?style=flat)](https://codeclimate.com/github/onddo/ssl_certificate-cookbook)
7-
[![Build Status](http://img.shields.io/travis/onddo/ssl_certificate-cookbook.svg?style=flat)](https://travis-ci.org/onddo/ssl_certificate-cookbook)
4+
[![GitHub Source](https://img.shields.io/badge/source-GitHub-blue.svg?style=flat)](https://github.com/zuazo/ssl_certificate-cookbook)
5+
[![Dependency Status](http://img.shields.io/gemnasium/zuazo/ssl_certificate-cookbook.svg?style=flat)](https://gemnasium.com/zuazo/ssl_certificate-cookbook)
6+
[![Code Climate](http://img.shields.io/codeclimate/github/zuazo/ssl_certificate-cookbook.svg?style=flat)](https://codeclimate.com/github/zuazo/ssl_certificate-cookbook)
7+
[![Build Status](http://img.shields.io/travis/zuazo/ssl_certificate-cookbook.svg?style=flat)](https://travis-ci.org/zuazo/ssl_certificate-cookbook)
88

99
The main purpose of this cookbook is to make it easy for other cookbooks to support SSL. With the resource included, you will be able to manage certificates reading them from attributes, data bags or chef-vaults. Exposing its configuration through node attributes.
1010

@@ -65,7 +65,7 @@ This cookbook has been tested on the following platforms:
6565
* RedHat
6666
* Ubuntu
6767

68-
Please, [let us know](https://github.com/onddo/ssl_certificate-cookbook/issues/new?title=I%20have%20used%20it%20successfully%20on%20...) if you use it successfully on any other platform.
68+
Please, [let us know](https://github.com/zuazo/ssl_certificate-cookbook/issues/new?title=I%20have%20used%20it%20successfully%20on%20...) if you use it successfully on any other platform.
6969

7070
## Required Applications
7171

@@ -96,7 +96,7 @@ The following attributes are used to integrate SSL specific configurations with
9696
| `node['ssl_certificate']['service']['use_hsts']` | `true` | Whether to enable [HSTS](http://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security) in the service.
9797
| `node['ssl_certificate']['service']['use_stapling']` | *calculated* | Whether to enable [OCSP stapling](http://en.wikipedia.org/wiki/OCSP_stapling) in the service (nginx only, use `node['apache']['mod_ssl']['use_stapling']` for apache).
9898

99-
See the [`ServiceHelpers` class documentation](http://www.rubydoc.info/github/onddo/ssl_certificate-cookbook/master/Chef/SslCertificateCookbook/ServiceHelpers) to learn how to integrate them with new services.
99+
See the [`ServiceHelpers` class documentation](http://www.rubydoc.info/github/zuazo/ssl_certificate-cookbook/master/Chef/SslCertificateCookbook/ServiceHelpers) to learn how to integrate them with new services.
100100

101101
Resources
102102
=========
@@ -327,7 +327,7 @@ You need to include this recipe in your `run_list` before using the `ssl_certif
327327

328328
```json
329329
{
330-
"name": "onddo.com",
330+
"name": "example.com",
331331
"[...]": "[...]",
332332
"run_list": [
333333
"recipe[ssl_certificate]"
@@ -358,7 +358,7 @@ log "WebApp1 private key is here: #{cert.key_path}"
358358

359359
## Namespaces
360360

361-
The `ssl_certificate` **namespace** attribute is a node attribute path, like for example `node['onddo.com']`, used to configure SSL certificate defaults. This will make easier to *integrate the node attributes* with the certificate creation matters. This means you can configure the certificate creation through node attributes.
361+
The `ssl_certificate` **namespace** attribute is a node attribute path, like for example `node['example.com']`, used to configure SSL certificate defaults. This will make easier to *integrate the node attributes* with the certificate creation matters. This means you can configure the certificate creation through node attributes.
362362

363363
When a namespace is set in the resource, it will try to read the following attributes below the namespace (all attributes are **optional**):
364364

@@ -410,7 +410,7 @@ When a namespace is set in the resource, it will try to read the following attri
410410
Apache `web_app` example using community [apache2](http://community.opscode.com/cookbooks/apache2) cookbook and node attributes:
411411

412412
```ruby
413-
node.default['my-webapp']['common_name'] = 'onddo.com'
413+
node.default['my-webapp']['common_name'] = 'example.com'
414414
node.default['my-webapp']['ssl_cert']['source'] = 'self-signed'
415415
node.default['my-webapp']['ssl_key']['source'] = 'self-signed'
416416

@@ -481,7 +481,7 @@ template File.join(node['nginx']['dir'], 'sites-available', 'my-webapp-ssl') do
481481
group 'root'
482482
variables(
483483
name: 'my-webapp-ssl',
484-
server_name: 'ssl.onddo.com',
484+
server_name: 'ssl.example.com',
485485
docroot: '/var/www',
486486
# [...]
487487
ssl_key: cert.key_path,
@@ -864,7 +864,7 @@ override_attributes(
864864
Testing
865865
=======
866866

867-
See [TESTING.md](https://github.com/onddo/ssl_certificate-cookbook/blob/master/TESTING.md).
867+
See [TESTING.md](https://github.com/zuazo/ssl_certificate-cookbook/blob/master/TESTING.md).
868868

869869
## ChefSpec Matchers
870870

@@ -888,23 +888,23 @@ expect(chef_run).to create_ssl_certificate('cloud.mysite.com')
888888
Contributing
889889
============
890890

891-
Please do not hesitate to [open an issue](https://github.com/onddo/ssl_certificate-cookbook/issues/new) with any questions or problems.
891+
Please do not hesitate to [open an issue](https://github.com/zuazo/ssl_certificate-cookbook/issues/new) with any questions or problems.
892892

893-
See [CONTRIBUTING.md](https://github.com/onddo/ssl_certificate-cookbook/blob/master/CONTRIBUTING.md).
893+
See [CONTRIBUTING.md](https://github.com/zuazo/ssl_certificate-cookbook/blob/master/CONTRIBUTING.md).
894894

895895
TODO
896896
====
897897

898-
See [TODO.md](https://github.com/onddo/ssl_certificate-cookbook/blob/master/TODO.md).
898+
See [TODO.md](https://github.com/zuazo/ssl_certificate-cookbook/blob/master/TODO.md).
899899

900900

901901
License and Author
902902
==================
903903

904904
| | |
905905
|:---------------------|:-----------------------------------------|
906-
| **Author:** | [Raul Rodriguez](https://github.com/raulr) (<raul@onddo.com>)
907-
| **Author:** | [Xabier de Zuazo](https://github.com/zuazo) (<xabier@onddo.com>)
906+
| **Author:** | [Raul Rodriguez](https://github.com/raulr) (<raul@raulr.com>)
907+
| **Author:** | [Xabier de Zuazo](https://github.com/zuazo) (<xabier@zuazo.org>)
908908
| **Contributor:** | [Steve Meinel](https://github.com/smeinel)
909909
| **Contributor:** | [Djuri Baars](https://github.com/dsbaars)
910910
| **Contributor:** | [Elliott Davis](https://github.com/elliott-davis)
@@ -913,7 +913,8 @@ License and Author
913913
| **Contributor:** | [Stanislav Bogatyrev](https://github.com/realloc)
914914
| **Contributor:** | [Karl Svec](https://github.com/karlsvec)
915915
| **Contributor:** | [Nikita Borzykh](https://github.com/sample)
916-
| **Copyright:** | Copyright (c) 2014-2015, Onddo Labs, SL. (www.onddo.com)
916+
| **Copyright:** | Copyright (c) 2015, Xabier de Zuazo
917+
| **Copyright:** | Copyright (c) 2014-2015, Onddo Labs, SL.
917918
| **License:** | Apache License, Version 2.0
918919

919920
Licensed under the Apache License, Version 2.0 (the "License");

attributes/default.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#
33
# Cookbook Name:: ssl_certificate
44
# Attributes:: default
5-
# Author:: Xabier de Zuazo (<xabier@onddo.com>)
6-
# Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
5+
# Author:: Xabier de Zuazo (<xabier@zuazo.org>)
6+
# Copyright:: Copyright (c) 2014 Onddo Labs, SL.
77
# License:: Apache License, Version 2.0
88
#
99
# Licensed under the Apache License, Version 2.0 (the "License");

attributes/service.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#
33
# Cookbook Name:: ssl_certificate
44
# Attributes:: service
5-
# Author:: Xabier de Zuazo (<xabier@onddo.com>)
6-
# Copyright:: Copyright (c) 2014-2015 Onddo Labs, SL. (www.onddo.com)
5+
# Author:: Xabier de Zuazo (<xabier@zuazo.org>)
6+
# Copyright:: Copyright (c) 2014-2015 Onddo Labs, SL.
77
# License:: Apache License, Version 2.0
88
#
99
# Licensed under the Apache License, Version 2.0 (the "License");

libraries/matchers.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#
33
# Cookbook Name:: ssl_certificate
44
# Library:: matchers
5-
# Author:: Raul Rodriguez (<raul@onddo.com>)
6-
# Author:: Xabier de Zuazo (<xabier@onddo.com>)
7-
# Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
5+
# Author:: Raul Rodriguez (<raul@raulr.net>)
6+
# Author:: Xabier de Zuazo (<xabier@zuazo.org>)
7+
# Copyright:: Copyright (c) 2014 Onddo Labs, SL.
88
# License:: Apache License, Version 2.0
99
#
1010
# Licensed under the Apache License, Version 2.0 (the "License");

libraries/provider_ssl_certificate.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
#
33
# Cookbook Name:: ssl_certificate
44
# Provider:: ssl_certificate
5-
# Author:: Raul Rodriguez (<raul@onddo.com>)
6-
# Author:: Xabier de Zuazo (<xabier@onddo.com>)
5+
# Author:: Raul Rodriguez (<raul@raulr.net>)
6+
# Author:: Xabier de Zuazo (<xabier@zuazo.org>)
77
# Author:: Steve Meinel (<[email protected]>)
8-
# Copyright:: Copyright (c) 2014-2015 Onddo Labs, SL. (www.onddo.com)
8+
# Copyright:: Copyright (c) 2014-2015 Onddo Labs, SL.
99
# License:: Apache License, Version 2.0
1010
#
1111
# Licensed under the Apache License, Version 2.0 (the "License");

libraries/resource_ssl_certificate.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
#
33
# Cookbook Name:: ssl_certificate
44
# Resource:: ssl_certificate
5-
# Author:: Raul Rodriguez (<raul@onddo.com>)
6-
# Author:: Xabier de Zuazo (<xabier@onddo.com>)
5+
# Author:: Raul Rodriguez (<raul@raulr.net>)
6+
# Author:: Xabier de Zuazo (<xabier@zuazo.org>)
77
# Author:: Steve Meinel (<[email protected]>)
88
# Author:: Jeremy MAURO (<[email protected]>)
9-
# Copyright:: Copyright (c) 2014-2015 Onddo Labs, SL. (www.onddo.com)
9+
# Copyright:: Copyright (c) 2014-2015 Onddo Labs, SL.
1010
# License:: Apache License, Version 2.0
1111
#
1212
# Licensed under the Apache License, Version 2.0 (the "License");

libraries/resource_ssl_certificate_cert.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#
33
# Cookbook Name:: ssl_certificate
44
# Library:: resource_ssl_certificate_cert
5-
# Author:: Raul Rodriguez (<raul@onddo.com>)
6-
# Author:: Xabier de Zuazo (<xabier@onddo.com>)
7-
# Copyright:: Copyright (c) 2014-2015 Onddo Labs, SL. (www.onddo.com)
5+
# Author:: Raul Rodriguez (<raul@raulr.net>)
6+
# Author:: Xabier de Zuazo (<xabier@zuazo.org>)
7+
# Copyright:: Copyright (c) 2014-2015 Onddo Labs, SL.
88
# License:: Apache License, Version 2.0
99
#
1010
# Licensed under the Apache License, Version 2.0 (the "License");

libraries/resource_ssl_certificate_chain.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#
33
# Cookbook Name:: ssl_certificate
44
# Library:: resource_ssl_certificate_chain
5-
# Author:: Raul Rodriguez (<raul@onddo.com>)
6-
# Author:: Xabier de Zuazo (<xabier@onddo.com>)
7-
# Copyright:: Copyright (c) 2014-2015 Onddo Labs, SL. (www.onddo.com)
5+
# Author:: Raul Rodriguez (<raul@raulr.net>)
6+
# Author:: Xabier de Zuazo (<xabier@zuazo.org>)
7+
# Copyright:: Copyright (c) 2014-2015 Onddo Labs, SL.
88
# License:: Apache License, Version 2.0
99
#
1010
# Licensed under the Apache License, Version 2.0 (the "License");

libraries/resource_ssl_certificate_generators.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#
33
# Cookbook Name:: ssl_certificate
44
# Library:: resource_ssl_certificate_generation
5-
# Author:: Raul Rodriguez (<raul@onddo.com>)
6-
# Author:: Xabier de Zuazo (<xabier@onddo.com>)
7-
# Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
5+
# Author:: Raul Rodriguez (<raul@raulr.net>)
6+
# Author:: Xabier de Zuazo (<xabier@zuazo.org>)
7+
# Copyright:: Copyright (c) 2014 Onddo Labs, SL.
88
# License:: Apache License, Version 2.0
99
#
1010
# Licensed under the Apache License, Version 2.0 (the "License");

libraries/resource_ssl_certificate_key.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#
33
# Cookbook Name:: ssl_certificate
44
# Library:: resource_ssl_certificate_key
5-
# Author:: Raul Rodriguez (<raul@onddo.com>)
6-
# Author:: Xabier de Zuazo (<xabier@onddo.com>)
7-
# Copyright:: Copyright (c) 2014-2015 Onddo Labs, SL. (www.onddo.com)
5+
# Author:: Raul Rodriguez (<raul@raulr.net>)
6+
# Author:: Xabier de Zuazo (<xabier@zuazo.org>)
7+
# Copyright:: Copyright (c) 2014-2015 Onddo Labs, SL.
88
# License:: Apache License, Version 2.0
99
#
1010
# Licensed under the Apache License, Version 2.0 (the "License");

libraries/resource_ssl_certificate_keycert.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#
33
# Cookbook Name:: ssl_certificate
44
# Library:: resource_ssl_certificate_keycert
5-
# Author:: Raul Rodriguez (<raul@onddo.com>)
6-
# Author:: Xabier de Zuazo (<xabier@onddo.com>)
7-
# Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
5+
# Author:: Raul Rodriguez (<raul@raulr.net>)
6+
# Author:: Xabier de Zuazo (<xabier@zuazo.org>)
7+
# Copyright:: Copyright (c) 2014 Onddo Labs, SL.
88
# License:: Apache License, Version 2.0
99
#
1010
# Licensed under the Apache License, Version 2.0 (the "License");

libraries/resource_ssl_certificate_readers.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#
33
# Cookbook Name:: ssl_certificate
44
# Library:: resource_ssl_certificate_readers
5-
# Author:: Raul Rodriguez (<raul@onddo.com>)
6-
# Author:: Xabier de Zuazo (<xabier@onddo.com>)
7-
# Copyright:: Copyright (c) 2014-2015 Onddo Labs, SL. (www.onddo.com)
5+
# Author:: Raul Rodriguez (<raul@raulr.net>)
6+
# Author:: Xabier de Zuazo (<xabier@zuazo.org>)
7+
# Copyright:: Copyright (c) 2014-2015 Onddo Labs, SL.
88
# License:: Apache License, Version 2.0
99
#
1010
# Licensed under the Apache License, Version 2.0 (the "License");

libraries/resource_ssl_certificate_subject.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#
33
# Cookbook Name:: ssl_certificate
44
# Library:: resource_ssl_certificate_subject
5-
# Author:: Raul Rodriguez (<raul@onddo.com>)
6-
# Author:: Xabier de Zuazo (<xabier@onddo.com>)
7-
# Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
5+
# Author:: Raul Rodriguez (<raul@raulr.net>)
6+
# Author:: Xabier de Zuazo (<xabier@zuazo.org>)
7+
# Copyright:: Copyright (c) 2014 Onddo Labs, SL.
88
# License:: Apache License, Version 2.0
99
#
1010
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)