Skip to content

Commit

Permalink
Fixes #16256 - only use SSLUsername for /pulp/api
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsherrill committed Mar 8, 2017
1 parent 77ec066 commit 0ae1d29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/etc/httpd/conf.d/05-foreman-ssl.d/katello.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
# CHANGES WILL LIKELY BE OVERWRITTEN.
#

SSLUsername SSL_CLIENT_S_DN_CN
<Location /pulp/api>
SSLUsername SSL_CLIENT_S_DN_CN
</Location>

Alias /pub /var/www/html/pub
<Location /pub>
Expand Down

0 comments on commit 0ae1d29

Please # to comment.