Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
b19a4e4a 09/09/2015 04:02 PM Eric Helms

Pulp consumer_ca_cert is now ca_cert

The puppet-pulp 1.0 module removed the consumer_ca_cert parameter
in favor of ca_cert.

aab21567 06/03/2015 05:53 PM Stephen Benjamin

Merge pull request #61 from adamruzicka/10097-params_city

Fixes #10097 - Fixed references to city

a9321de8 06/02/2015 12:45 PM Ivan Necas

Fixes #10670 - deploy the katello-default-ca as part of the bootstrap RPM

af2bb295 05/27/2015 08:34 AM Adam Ruzicka

Fixes #10097 - Fixed references to city

28652b02 05/08/2015 07:21 PM Eric Helms

Updates from modulesync.

0bcf54e4 05/01/2015 09:09 PM Mike McCune

fixes #10350 - switch to qdrouterd user for certs + keys

The latest version of the Dispatch Router runs under the qdrouterd
user instead of root as it previously did. This means the certs+keys
all need to be owned by the qdrouterd user instead of qpidd.

8dde1e37 03/25/2015 03:30 PM dustin tsang

Fixes #9888 - use random_password over generate_password

generate_password has a dependency on openssl.

ffd3db1b 03/10/2015 03:27 PM Eric Helms

Fixes #9699: Check for nssdb creation before running certutil.

Switches to checking for the nssb execute that creates the actual
database instead of just the directory that contains them. This
prevents the following error on EL6:

certutil: function failed: SEC_ERROR_LEGACY_DATABASE: The...
31832a0c 03/03/2015 10:59 PM Justin Sherrill

fixes #8636 - Katello CA cert now trusted system wide

This commit adds the katello ca trust pem to the system wide trust store
so that services like docker can now use it

c13c53d9 02/20/2015 10:39 PM Stephen Benjamin

refs #9392 - pass options to foreman-rake config command correctly

2dfb2ee5 02/20/2015 01:18 AM Stephen Benjamin

Merge pull request #51 from stbenjam/8175

refs #8175 - certificates for dispatch router

33093241 02/19/2015 02:55 PM Stephen Benjamin

refs #8175 - certificates for dispatch router

3488a7bd 02/16/2015 08:33 AM Daniel Lobato Garcia

Fixes #9392 - Substitute foreman-config (deprecated) for foreman-rake config

1043a306 01/27/2015 11:51 PM Eric Helms

Refs #8756: Ensure server ca file exists before deploying.

57f483ac 01/26/2015 07:10 PM Eric Helms

Refs #7745: Deploy client cert bundle specifically for use by the Capsule.

Note this is a bundle since that is required by the reverse proxy
feature being added to the Capsule.

ae87768b 01/26/2015 09:47 AM Ivan Necas

Merge pull request #41 from iNecas/issue/8372

Refs #8372 - generate client certificates to be used by the smart proxy

9bf22a94 01/21/2015 01:16 PM Eric Helms

Refs #8756: Deploy the server_ca to the Capsule directories for RHSM.

This fixes an issue where for stand alone Capsules that didn't have
access to the server_ca (since it was not deployed) the bootstrap
RPM would fail to be created. Further, this removes the unused...

bfb70a88 01/20/2015 01:57 AM Eric Helms

Refs #8756: Allow configuring the RHSM port.

999cd65c 01/06/2015 11:31 PM dustin tsang

Fixes #8850 - import gutterball cert after katello nssdb exists

5c8a7007 12/11/2014 08:44 AM Ivan Necas

Refs #8372 - generate client certificates to be used by the smart proxy

2220ef50 12/11/2014 06:51 AM dustin tsang

Fixes #8548 - add gutterball module

b6e31c25 11/12/2014 02:25 PM Stephen Benjamin

Merge pull request #38 from stbenjam/8261

fixes #8261 - use Default Organization for certificate org

c3ca6937 11/05/2014 03:23 PM Stephen Benjamin

fixes #8261 - use Default Organization for certificate org

0ac02326 11/04/2014 08:15 PM Eric Helms

Refs #8270: Let defaults be defined by params.

88522d3a 09/24/2014 08:42 PM Stephen Benjamin

Merge pull request #36 from stbenjam/7558

refs #7558 - make CA readable by foreman and deploy CA crt to pub

e6faf88d 09/23/2014 05:21 PM root

Fixes #6544 - creates the qpidd_group param & updates filenames for amqp trustore and
keystores

58c51d56 09/22/2014 12:01 PM Stephen Benjamin

refs #7558 - make CA readable by foreman and deploy CA crt to pub

d3dd35ca 08/27/2014 03:02 PM Ivan Necas

Merge pull request #32 from iNecas/issue/7239

Fixes #7239 - make sure the qpid client cert is deployed before the pulp migrations

1d1707ef 08/25/2014 03:18 PM Ivan Necas

Refs #7104 - ensure the qpidd is really running before configuring it

b44eb57f 08/22/2014 03:06 PM Ivan Necas

Fixes #7239 - make sure the qpid client cert is deployed before the pulp migrations

Otherwise the connection to the qpid fails while running some migration file.
This doesn't happen every-time, but I've already seen puppet ordering the steps
in this way....

cd665865 08/21/2014 04:03 PM Ivan Necas

Fixes #7210 - make sure the Package['pulp-server'] is defined

Otherwise, capsule-certs-generate is broken

e72e7a99 08/18/2014 12:41 PM Ivan Necas

Refs #6875 - deploy the server cert for the pulp node to verify the parent

dff469d9 08/15/2014 01:54 PM Ivan Necas

Refs #6875 - separate the default CA and server CA

Up until now, we used the default CA for both server and client certificates.
This made practically impossible to issue the server certificates outside of
the installer and pass it in as arguments.

By default, the server CA is the same as default CA, unless the $server_ca_cert...

b8708b99 08/09/2014 01:39 PM Justin Sherrill

fixes #7007 - require pulp-server to be installed before cert work

otherwise /etc/pki/pulp wont exist when we try to add certs to
/etc/pki/pulp/nodes

d05b8ed4 07/08/2014 08:28 PM Alex Wood

Refs #6418 - Fix keytool use for Java 6 compatibility.

The :file and :env modifiers for storepass, keypass, etc. were not added
until Java 7.

0d7060b5 07/07/2014 02:09 PM Eric Helms

Merge pull request #18 from ehelms/fixes-5599

Fixes #5599: Set cert expirations to 20 years by default.

0019f014 06/30/2014 07:59 PM Alex Wood

Refs #6418 - Minor fixes to Candlepin Qpid configuration.

- Add mode, owner, and group to AMQP cert directory.
- Properly reference default_ca_name variable
- Shorten exec type names

e51372f0 06/27/2014 07:43 PM Alex Wood

Refs #6418 - Set up certificates for Candlepin/Qpid integration.

1b2dd7d9 06/25/2014 03:03 PM dustin tsang

Fixes #4650 - consumer cert alias for katello

Consumer cert alias stored as a variable so that puppet_katello can use
the cert name in the katello.yml template.

6a4cc623 06/19/2014 07:06 PM Eric Helms

Fixes #5599: Set cert expirations to 20 years by default.

9b52c738 06/10/2014 02:52 PM Jason Montleon

Fixes #6140 - support RHEL 7

09ca7a7a 05/21/2014 11:20 AM Ivan Necas

Refs #5815 - make sure the required users are present

By making sure the packages that deploy users are there

79bb7026 05/20/2014 12:51 PM Ivan Necas

Refs #5815 - generate certs for node qpid

106c6ee1 05/14/2014 02:59 PM dustin tsang

Fixes #5486 - Fix prefix + url for rhsm BZ1092474

Fixes an issues where katello_devel module doesn't populated the prefix
and candlepin url for rhsm templates correctly. This is because
katello:params isn't available from puppet-katello_devel.

ae92789f 05/06/2014 11:34 AM Ivan Necas

Refs #5423 - certs_tar required for now

9902c75d 04/30/2014 02:22 PM Ivan Necas

Refs #5423 - deploy apache certificates for the Pulp child node

b16f8e1e 04/30/2014 02:14 PM Ivan Necas

Refs #5423 - fix path to the node certificate

5f2f0557 04/29/2014 12:18 PM Ivan Necas

Refs #5423 - fix certs generation for capsule usage

Also, disable setting of katello repo for the certs till we support
package uploads again.

5d4c2e8e 03/10/2014 04:38 PM Eric Helms

Parameterize node certs and removes reliance on directories not yet created.

d4a730d7 03/06/2014 01:42 PM Eric Helms

Addresses changes made to katello-certs-tools regarding location of
cert generation and password arguments to katello-certs-tools. Provies
cleanup and simplification of where and what certs are used as well as
changing the naming conventions to reflect the fact that Katello is...

01eddaf4 02/14/2014 09:14 AM Ivan Necas

Capsule related certs settings

Generate certs and configure certificates for capsule related
stuff (smart-proxy, pulp node etc).

95d0c61f 02/12/2014 01:46 PM Justin Sherrill

fixing perms on apache key cert

3e3ec92e 02/09/2014 06:17 PM Eric Helms

Provides clean up and ordering change of parameters to reduce dependency
on un-created directories.

8d917847 02/06/2014 04:30 PM Justin Sherrill

adjusting the cert module to work with the new apache module

used by foreman

e69d37d4 01/14/2014 05:07 PM Ivan Necas

Make sure certs are deployed before httpd starts

e887d212 01/14/2014 05:07 PM Ivan Necas

Remove unused code

76be89b8 01/14/2014 05:07 PM Ivan Necas

Clean code

9501017b 01/14/2014 05:07 PM Ivan Necas

Get certs work on one place

a1731d81 01/14/2014 05:07 PM Ivan Necas

Fix city

And remove unnecessary code

0f464074 01/14/2014 05:07 PM Ivan Necas

Extract the code

4296d7d9 01/10/2014 12:52 PM Ivan Necas

Make certs module usable directly from kafo

2c2acd78 01/10/2014 11:37 AM Ivan Necas

Extract candlepin specific cert configs to candlepin module

97bac87e 01/09/2014 02:49 PM Eric Helms

Parameterizing the module and removing coupling to the Katello module.

2fe9ab4c 09/04/2013 09:06 AM Ivan Necas

Fix certs tar creation

08d9d46d 09/04/2013 08:30 AM Ivan Necas

Always create the tar with certs

b7df2ce2 09/04/2013 08:11 AM Ivan Necas

node-install extract the tar

60cc44b6 09/02/2013 10:23 PM Ivan Necas

tar create and tar extract definitions

7f082050 09/02/2013 08:03 AM Ivan Necas

Extract node modules from katello-installer