aboutsummaryrefslogtreecommitdiff
path: root/gemexp.1
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-10-18 18:06:08 +0000
committerOmar Polo <op@omarpolo.com>2023-10-18 18:06:08 +0000
commitbab32701fbefecd4e2181dc03821067f4d7dbe28 (patch)
tree79776b1ca9134b3865b2c5d1a708c69249914be8 /gemexp.1
parentadaae5163ca666bda00116a9efebcf0b1e6a8194 (diff)
gemexp: add -R to generate an RSA (4096) key instead of an EC one (default)
Diffstat (limited to 'gemexp.1')
-rw-r--r--gemexp.16
1 files changed, 4 insertions, 2 deletions
diff --git a/gemexp.1 b/gemexp.1
index f8faf6c..5371c11 100644
--- a/gemexp.1
+++ b/gemexp.1
@@ -11,7 +11,7 @@
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-.Dd August 29, 2023
+.Dd October 18, 2023
.Dt GEMEXP 1
.Os
.Sh NAME
@@ -20,7 +20,7 @@
.Sh SYNOPSIS
.Nm
.Bk -words
-.Op Fl hV
+.Op Fl hRV
.Op Fl d Ar certs-dir
.Op Fl H Ar hostname
.Op Fl p Ar port
@@ -65,6 +65,8 @@ and are implicitly generated if not found.
Print the usage and exit.
.It Fl p Ar port
The port to bind to, 1965 by default.
+.It Fl R
+Generate an RSA key instead of an EC one.
.It Fl V , Fl -version
Print the version and exit.
.It Ar directory