diff --git a/doc/gvmd.8 b/doc/gvmd.8 index b64e38bfc..a9c0794bc 100644 --- a/doc/gvmd.8 +++ b/doc/gvmd.8 @@ -22,6 +22,9 @@ Check SecInfo alerts. \fB--client-watch-interval=\fINUMBER\fB\f1 Check if client connection was closed every NUMBER seconds. 0 to disable. Defaults to 1 second. .TP +\fB--create-encryption-key\f1 +Create a new credential encryption key, set it as the new default and exit. With no other options given, a 4096 bit RSA key is created. +.TP \fB--create-scanner=\fISCANNER\fB\f1 Create global scanner SCANNER and exit. .TP @@ -58,6 +61,12 @@ Do not restrict passwords to the policy. \fB--disable-scheduling\f1 Disable task scheduling. .TP +\fB--encryption-key-length=\fILENGTH\fB\f1 +Set key length to LENGTH bits when creating a new RSA credential encryption key. Defaults to 4096. +.TP +\fB--encryption-key-type=\fITYPE\fB\f1 +Use the key type TYPE when creating a new credential encryption key. Currently only RSA is supported. +.TP \fB--encrypt-all-credentials\f1 (Re-)Encrypt all credentials. .TP diff --git a/doc/gvmd.8.xml b/doc/gvmd.8.xml index 7498442b2..ab873160d 100644 --- a/doc/gvmd.8.xml +++ b/doc/gvmd.8.xml @@ -74,6 +74,16 @@ along with this program. If not, see . 0 to disable. Defaults to 1 second.

+ + +