Skip to content
Snippets Groups Projects
Commit 966825b6 authored by Francesco Giacomini's avatar Francesco Giacomini
Browse files

use relative paths for X509_VOMS_DIR and X509_CERT_DIR

parent 5aa5db3e
No related branches found
No related tags found
1 merge request!1Resolve "Setup test proxy certificates and basic VOMS module testing"
......@@ -8,8 +8,8 @@ __DATA__
=== TEST 1: https with x509 client authentication, valid proxy certificate with expired VOMS attributes
--- main_config
env OPENSSL_ALLOW_PROXY_CERTS=1;
env X509_VOMS_DIR=/home/build/ngx_http_voms_module/t/vomsdir;
env X509_CERT_DIR=/home/build/ngx_http_voms_module/t/trust-anchors;
env X509_VOMS_DIR=t/vomsdir;
env X509_CERT_DIR=t/trust-anchors;
--- http_config
server {
error_log logs/error.log debug;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment