Project

General

Profile

« Previous | Next » 

Revision e72e7a99

Added by Ivan Necas almost 10 years ago

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

View differences:

manifests/params.pp
$katello_activation_key = undef
$messaging_client_cert = "${pki_dir}/qpid_client_striped.crt"
$pulp_server_ca_cert = '/etc/pki/pulp/server_ca.crt'
# Pulp expects the node certificate to be located on this very location
$nodes_cert_dir = '/etc/pki/pulp/nodes'
$nodes_cert_name = 'node.crt'
manifests/pulp_child.pp
key_pair => $::certs::default_ca
}
pubkey { $pulp::child::server_ca_cert:
key_pair => $::certs::server_ca
}
pubkey { $pulp::child::ssl_cert:
# Defined in certs::apache module
key_pair => Cert["${hostname}-apache"],

Also available in: Unified diff