Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
k8s-sandbox
Commits
7af6ef58
Commit
7af6ef58
authored
Jun 24, 2022
by
Tigran Mkrtchyan
☕
Browse files
fix host cert file name
parent
1cc014a0
Pipeline
#30797
passed with stages
in 4 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
containers/run.sh
View file @
7af6ef58
...
...
@@ -3,7 +3,7 @@
if
[
x
$1
!=
x
]
then
python3 /autoca-client
-n
-k
/etc/grid-security/hostkey.pem
-c
/etc/grid-security/hostcer.pem
${
AUTOCA_URL
}
$1
python3 /autoca-client
-n
-k
/etc/grid-security/hostkey.pem
-c
/etc/grid-security/hostcer
t
.pem
${
AUTOCA_URL
}
$1
chown
dcache:dcache /etc/grid-security/hostkey.pem /etc/grid-security/hostcer.pem
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment