From 431cd4f5bf447fcd9bd400c406ca16d995b265e3 Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Fri, 15 Sep 2023 01:06:09 +0000 Subject: [PATCH] (packaging) Updating manpage file for 7.x --- man/man8/puppet-ssl.8 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man/man8/puppet-ssl.8 b/man/man8/puppet-ssl.8 index 3ec444ea957..a78ac6a7409 100644 --- a/man/man8/puppet-ssl.8 +++ b/man/man8/puppet-ssl.8 @@ -42,6 +42,10 @@ submit_request Generate a certificate signing request (CSR) and submit it to the CA\. If a private and public key pair already exist, they will be used to generate the CSR\. Otherwise a new key pair will be generated\. If a CSR has already been submitted with the given \fBcertname\fR, then the operation will fail\. . .TP +generate_request +Generate a certificate signing request (CSR)\. If a private and public key pair already exist, they will be used to generate the CSR\. Otherwise a new key pair will be generated\. +. +.TP download_cert Download a certificate for this host\. If the current private key matches the downloaded certificate, then the certificate will be saved and used for subsequent requests\. If there is already an existing certificate, it will be overwritten\. .