From 486458c5b812ba09ca52a58fe197fda1a867b928 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Jan 25 2023 18:32:44 +0000 Subject: Add missing .TP tags in getcert-resubmit man page They were missing around the owner and perms options. Signed-off-by: Rob Crittenden --- diff --git a/src/getcert-resubmit.1.in b/src/getcert-resubmit.1.in index 02ee565..959f08d 100644 --- a/src/getcert-resubmit.1.in +++ b/src/getcert-resubmit.1.in @@ -157,12 +157,16 @@ Maximum time to wait for the certificate to be issued. \fB\-v\fR, \fB\-\-verbose\fR Be verbose about errors. Normally, the details of an error received from the daemon will be suppressed if the client can make a diagnostic suggestion. +.TP \fB\-o\fR \fIOWNER\fR, \fB\-\-key\-owner\fR=\fIOWNER\fR After generation set the owner on the private key file or database to OWNER. +.TP \fB\-m\fR \fIMODE\fR, \fB\-\-key\-perms\fR=\fIMODE\fR After generation set the file permissions on the private key file or database to MODE. +.TP \fB\-O\fR \fIOWNER\fR, \fB\-\-cert\-owner\fR=\fIOWNER\fR After generation set the owner on the certificate file or database to OWNER. +.TP \fB\-M\fR \fIMODE\fR, \fB\-\-cert\-perms\fR=\fIMODE\fR After generation set the file permissions on the certificate file or database to MODE.