Skip to content

Commit

Permalink
fixes #13189 - configures capsule to authenticate with username and c…
Browse files Browse the repository at this point in the history
…ertificate
  • Loading branch information
cfouant committed Jan 22, 2016
1 parent 1b5a93d commit f8afe1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/apache.pp
Expand Up @@ -29,6 +29,7 @@
ssl_verify_client => 'optional',
ssl_protocol => ' all -SSLv2',
ssl_options => '+StdEnvVars +ExportCertData',
ssl_username => 'SSL_CLIENT_S_DN_CN',
ssl_verify_depth => '3',
wsgi_process_group => 'pulp',
wsgi_application_group => 'pulp',
Expand Down
1 change: 1 addition & 0 deletions manifests/child/config.pp
Expand Up @@ -19,6 +19,7 @@
ssl_ca => $pulp::ssl_ca_cert,
ssl_verify_client => 'optional',
ssl_options => '+StdEnvVars',
ssl_username => 'SSL_CLIENT_S_DN_CN',
ssl_verify_depth => '3',
}

Expand Down

0 comments on commit f8afe1e

Please sign in to comment.