Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
ngx_http_voms_module
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
cnafsd
ngx_http_voms_module
Commits
966825b6
Commit
966825b6
authored
7 years ago
by
Francesco Giacomini
Browse files
Options
Downloads
Patches
Plain Diff
use relative paths for X509_VOMS_DIR and X509_CERT_DIR
parent
5aa5db3e
No related branches found
No related tags found
1 merge request
!1
Resolve "Setup test proxy certificates and basic VOMS module testing"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
t/expired_ac_proxy.t
+2
-2
2 additions, 2 deletions
t/expired_ac_proxy.t
with
2 additions
and
2 deletions
t/expired_ac_proxy.t
+
2
−
2
View file @
966825b6
...
@@ -8,8 +8,8 @@ __DATA__
...
@@ -8,8 +8,8 @@ __DATA__
=== TEST 1: https with x509 client authentication, valid proxy certificate with expired VOMS attributes
=== TEST 1: https with x509 client authentication, valid proxy certificate with expired VOMS attributes
--- main_config
--- main_config
env OPENSSL_ALLOW_PROXY_CERTS=1;
env OPENSSL_ALLOW_PROXY_CERTS=1;
env X509_VOMS_DIR=
/home/build/ngx_http_voms_module/
t/vomsdir;
env X509_VOMS_DIR=t/vomsdir;
env X509_CERT_DIR=
/home/build/ngx_http_voms_module/
t/trust-anchors;
env X509_CERT_DIR=t/trust-anchors;
--- http_config
--- http_config
server {
server {
error_log logs/error.log debug;
error_log logs/error.log debug;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment