Update man 1 arcsign for addition of srv_id to options
This commit is contained in:
@@ -4,8 +4,8 @@ UNRELEASED Version 0.9.2
|
|||||||
fields with an authserv-id that matches srv_id will be considered for
|
fields with an authserv-id that matches srv_id will be considered for
|
||||||
ARC signing)
|
ARC signing)
|
||||||
- Fix cv=none processing for initial signature in chain
|
- Fix cv=none processing for initial signature in chain
|
||||||
- Add additional text documenting use of srv_id for ARC signing
|
- Add additional text documenting use of srv_id for ARC signing to
|
||||||
(LP: #1808301)
|
docstrings and man 1 arcsign (LP: #1808301)
|
||||||
- Refactor canonicalization.py strip_trailing_lines to avoid using re for
|
- Refactor canonicalization.py strip_trailing_lines to avoid using re for
|
||||||
more consistent processing across python versions (Thanks to Jonathan
|
more consistent processing across python versions (Thanks to Jonathan
|
||||||
Bastien-Filiatrault for the change)
|
Bastien-Filiatrault for the change)
|
||||||
|
|||||||
+6
-3
@@ -127,13 +127,13 @@
|
|||||||
.rm #[ #] #H #V #F C
|
.rm #[ #] #H #V #F C
|
||||||
.\" ========================================================================
|
.\" ========================================================================
|
||||||
.\"
|
.\"
|
||||||
.TH arcsign 1 "2017-01-23"
|
.TH arcsign 1 "2019-04-14"
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
arcsign
|
arcsign
|
||||||
\-
|
\-
|
||||||
Script for ARC signing messages on stdin
|
Script for ARC signing messages on stdin
|
||||||
.SH "VERSION"
|
.SH "VERSION"
|
||||||
0\.6\.0
|
0\.9\.2
|
||||||
|
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
|
|
||||||
@@ -144,7 +144,10 @@ the same message on standard output with a ARC-Signature lines prepended.
|
|||||||
|
|
||||||
The signing options are specified on the command line:
|
The signing options are specified on the command line:
|
||||||
|
|
||||||
arcsign selector domain privatekeyfile
|
arcsign selector domain privatekeyfile srv_id
|
||||||
|
|
||||||
|
Note: arcsign will only use authentication results header fields with an
|
||||||
|
authserv-id that matches srv_id as the input fields for the ARC chain.
|
||||||
|
|
||||||
.SH "AUTHORS"
|
.SH "AUTHORS"
|
||||||
This version of \fBarcsign\fR was written by Brandon Long <blong@google.com>
|
This version of \fBarcsign\fR was written by Brandon Long <blong@google.com>
|
||||||
|
|||||||
Reference in New Issue
Block a user