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
Labels
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
caucase
Commits
61f8a4ae
Commit
61f8a4ae
authored
Sep 14, 2017
by
Vincent Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
caucase-moditor: Rename as caucase-updater
"Monitor" is too vague.
parent
ef67dafb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
README.rst
README.rst
+5
-5
caucase/cli.py
caucase/cli.py
+2
-2
setup.py
setup.py
+1
-1
No files found.
README.rst
View file @
61f8a4ae
...
...
@@ -135,9 +135,9 @@ This command is intended to be used for isolated actions:
It is also able to submit certificate signing requests, retrieve signed
certificates, requesting certificate renewals and updating both
CA certificates and revocation lists, but you may be interested in using
_`caucase-
monito
r` for this instead.
_`caucase-
update
r` for this instead.
caucase-
monito
r
caucase-
update
r
+++++++++++++++
Reference caucase certificate renewal daemon.
...
...
@@ -160,7 +160,7 @@ caucase-rerequest
Utility allowing to re-issue a CSR using a locally-generated private key.
Intended to be used in conjunction with _`caucase-
monito
r` when user cannot
Intended to be used in conjunction with _`caucase-
update
r` when user cannot
generate the CSR on the system where the certificate is desired (ex: automated
HTTPS server deployment), where user is not the intended audience for
caucase-produced certificate:
...
...
@@ -170,7 +170,7 @@ caucase-produced certificate:
- User sends the CSR to the system where the certificate is desired
- User gets caucase-rerequest to run on this CSR, producing a new private key
and a CSR similar to issued one, but signed with this new private key
- From then on, caucase-
monito
r can take over
- From then on, caucase-
update
r can take over
This way, no private key left their original system, and user could still
freely customise certificate extensions.
...
...
@@ -193,7 +193,7 @@ This daemon provides access to both CAU and CAS services over both HTTP and
HTTPS.
It handles its own certificate issuance and renewal, so there is no need to use
_`caucase-
monito
r` for this service.
_`caucase-
update
r` for this service.
Backups
-------
...
...
caucase/cli.py
View file @
61f8a4ae
...
...
@@ -584,12 +584,12 @@ def probe(argv=None):
if
https_ca_pem
not
in
(
http_ca_pem
,
http2_ca_pem
):
raise
ValueError
(
'http and https do not serve the same caucase database'
)
def
monito
r
(
argv
=
None
):
def
update
r
(
argv
=
None
):
"""
Bootstrap certificate and companion files and keep them up-to-date.
"""
parser
=
argparse
.
ArgumentParser
(
description
=
'caucase
monito
r - '
description
=
'caucase
update
r - '
'Bootstrap certificate and companion files and keep them up-to-date'
,
)
parser
.
add_argument
(
...
...
setup.py
View file @
61f8a4ae
...
...
@@ -58,7 +58,7 @@ setup(
'console_scripts'
:
[
'caucase = caucase.cli:main'
,
'caucase-probe = caucase.cli:probe'
,
'caucase-
monitor = caucase.cli:monito
r'
,
'caucase-
updater = caucase.cli:update
r'
,
'caucase-rerequest = caucase.cli:rerequest'
,
'caucase-key-id = caucase.cli:key_id'
,
'caucased = caucase.http:main'
,
...
...
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