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
Jérome Perrin
caucase
Commits
59e8485a
Commit
59e8485a
authored
Nov 01, 2017
by
Vincent Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell: Assorted --help fixes.
parent
69da8d64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
shell/caucase.sh
shell/caucase.sh
+5
-2
No files found.
shell/caucase.sh
View file @
59e8485a
...
...
@@ -538,6 +538,9 @@ General options
--key-len BITS
Default: 2048
Size of the private key to generate. See --renew-crt .
--user-key PATH
A file containing a private key and corresponding certificate, to
authenticate as a caucase user.
--mode {service|user}
Default: service
Caucase personality to query.
...
...
@@ -569,7 +572,7 @@ Anonymous actions
also update the equivalents for user mode. You should not need this.
Authenticated actions
These options require --user-
crt
.
These options require --user-
key
.
--list-csr
List pending certificate signing requests.
--sign-csr CSR_ID
...
...
@@ -577,7 +580,7 @@ These options require --user-crt .
--sign-csr-with CSR_ID CSR_PATH
Sign the pending request with identifier CSR_ID, replacing its extensions with
the ones from CSR_PATH.
--reject
_
csr
--reject
-
csr
Reject pending request with identifier CSR_ID.
--revoke-other-crt CRT_PATH
Revoke certificate read from CRT_PATH, without requiring access to its private
...
...
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