Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
caucase
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vincent Pelletier
caucase
Commits
49dd6e31
Commit
49dd6e31
authored
Feb 02, 2021
by
Vincent Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell/caucase.sh: Emit CRL signature check errors to stderr.
So that stdout may be more reliably used for scripting.
parent
2eb358be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
shell/caucase.sh
shell/caucase.sh
+4
-2
No files found.
shell/caucase.sh
View file @
49dd6e31
...
...
@@ -1160,7 +1160,8 @@ EOF
printf
'%s\n'
"
$crl
"
>
"
$cas_crl
"
else
printf
\
'Received CAS CRL was not signed by CAS CA certificate, skipping\n'
'Received CAS CRL was not signed by CAS CA certificate, skipping\n'
\
1>&2
fi
if
[
$update_user
-eq
1
]
;
then
updateCACertificate
"
${
ca_anon_url
}
/cau"
"
$cau_ca
"
...
...
@@ -1172,7 +1173,8 @@ EOF
printf
'%s\n'
"
$crl
"
>
"
$cau_crl
"
else
printf
\
'Received CAU CRL was not signed by CAU CA certificate, skipping\n'
'Received CAU CRL was not signed by CAU CA certificate, skipping\n'
\
1>&2
fi
fi
fi
...
...
Write
Preview
Markdown
is supported
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