aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/cert.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cert.go b/cmd/cert.go
index 9ae5ed06ce..38241d71a3 100644
--- a/cmd/cert.go
+++ b/cmd/cert.go
@@ -43,7 +43,7 @@ Outputs to 'cert.pem' and 'key.pem' and will overwrite existing files.`,
},
&cli.IntFlag{
Name: "rsa-bits",
- Value: 2048,
+ Value: 3072,
Usage: "Size of RSA key to generate. Ignored if --ecdsa-curve is set",
},
&cli.StringFlag{