Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
IoT Platform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IoT
IoT Platform
Merge requests
!27
Renaming Workflows exit file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Renaming Workflows exit file
staging
into
main
Overview
0
Commits
4
Changes
1
Merged
Guilherme Arthur Gerônimo
requested to merge
staging
into
main
4 months ago
Overview
0
Commits
4
Changes
1
Expand
0
0
Merge request reports
Viewing commit
33464a25
Prev
Next
Show latest version
1 file
+
4
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
33464a25
Force Client Cert in /api
· 33464a25
Guilherme Arthur Gerônimo
authored
5 months ago
docker/web/apache-ssl.conf
+
4
−
7
Options
#
<
VirtualHost
_
default_
:
443
>
ServerAdmin
webmaster
@
localhost
DocumentRoot
/
var
/
www
/
html
ErrorLog
${
APACHE_LOG_DIR
}/
error
.
log
CustomLog
${
APACHE_LOG_DIR
}/
access
.
log
combined
@@ -16,12 +15,10 @@
SSLCACertificateFile
/
etc
/
apache2
/
ssl
/
ca
.
crt
SSLVerifyClient
optional
SSLVerifyDepth
5
#SSLCertificateChainFile /etc/apache2/ssl.crt/server-ca.crt
#SSLCACertificatePath /etc/ssl/certs/
#SSLCACertificateFile /etc/apache2/ssl.crt/ca-bundle.crt
#SSLCARevocationPath /etc/apache2/ssl.crl/
#SSLCARevocationFile /etc/apache2/ssl.crl/ca-bundle.crl
#SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire
<
Location
/
api
>
SSLVerifyClient
require
</
Location
>
<
FilesMatch
"\.(cgi|shtml|phtml|php)$"
>
SSLOptions
+
StdEnvVars
Loading