-
Notifications
You must be signed in to change notification settings - Fork 0
/
vintypasswd.1
34 lines (34 loc) · 914 Bytes
/
vintypasswd.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.TH "VINTYPASSWD" "1"
.SH "NAME"
vintypasswd \-\- manage passphrases on OpenSSL certificates
.SH "SYNOPSIS"
.B vintypasswd
[\-\-set|\-\-remove]
keyfile
.SH "DESCRIPTION"
This manual page documents
.BR vintypasswd .
.B vintypasswd
can set or remove passphrases on private keys generated by
.BR vintytool
or the corresponding Web frontend.
.PP
When setting a passphrase to an already encrypted private key,
you will need to enter the current passphrase first.
.SH OPTIONS
.TP
.B \-\-set
Set a passphrase on the given private key. You will be prompted twice
for the passphrase, which will not be echoed on the screen.
.TP
.B \-\-remove
Remove the passphrase from the given private key. You will be prompted
for the passphrase, which will not be echoed on the screen.
.TP
.B \-\-help, \-h
Show a help message and exit.
.TP
.B \-\-version
Show version info and exit.
.SH "SEE ALSO"
\fIopenssl\fR\|(1), \fIvinty\fR\|(8)