summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2019-01-23 04:51:02 +0000
committerDamien Miller <djm@mindrot.org>2019-01-23 19:03:05 +1100
commitbe063945e4e7d46b1734d973bf244c350fae172a (patch)
tree636c38761962bb0cd74b809fe896ccba88c18268 /ssh-keygen.1
parent851f80328931975fe68f71af363c4537cb896da2 (diff)
upstream: allow auto-incrementing certificate serial number for certs
signed in a single commandline. OpenBSD-Commit-ID: 39881087641efb8cd83c7ec13b9c98280633f45b
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.110
1 files changed, 8 insertions, 2 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 474f4294a..0c284a295 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.155 2019/01/22 11:40:42 djm Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.156 2019/01/23 04:51:02 djm Exp $
2.\" 2.\"
3.\" Author: Tatu Ylonen <ylo@cs.hut.fi> 3.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -35,7 +35,7 @@
35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37.\" 37.\"
38.Dd $Mdocdate: January 22 2019 $ 38.Dd $Mdocdate: January 23 2019 $
39.Dt SSH-KEYGEN 1 39.Dt SSH-KEYGEN 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -640,6 +640,12 @@ OpenSSH format file and print an OpenSSH public key to stdout.
640.It Fl z Ar serial_number 640.It Fl z Ar serial_number
641Specifies a serial number to be embedded in the certificate to distinguish 641Specifies a serial number to be embedded in the certificate to distinguish
642this certificate from others from the same CA. 642this certificate from others from the same CA.
643If the
644.Ar serial_number
645is prefixed with a
646.Sq +
647character, then the serial number will be incremented for each certificate
648signed on a single command-line.
643The default serial number is zero. 649The default serial number is zero.
644.Pp 650.Pp
645When generating a KRL, the 651When generating a KRL, the