|
@@ -1,5 +1,5 @@
|
|
|
.\" Text automatically generated by txt2man
|
|
|
-.TH TURN 1 "11 December 2017" "" ""
|
|
|
+.TH TURN 1 "15 August 2018" "" ""
|
|
|
.SH GENERAL INFORMATION
|
|
|
|
|
|
\fIturnadmin\fP is a TURN administration tool. This tool can be used to manage
|
|
@@ -139,6 +139,11 @@ Set realm params: max\-bps, total\-quota, user\-quota.
|
|
|
List realm params.
|
|
|
.TP
|
|
|
.B
|
|
|
+\fB\-E\fP, \fB\-\-generate\-encrypted\-password\-aes\fP
|
|
|
+Generate and print to the standard output
|
|
|
+an encrypted form of password with AES\-128
|
|
|
+.TP
|
|
|
+.B
|
|
|
Options with required values:
|
|
|
.TP
|
|
|
.B
|
|
@@ -180,6 +185,18 @@ Realm.
|
|
|
Password.
|
|
|
.TP
|
|
|
.B
|
|
|
+\fB\-x\fP, \fB\-\-key\-path\fP
|
|
|
+Generates a 128 bit key into the given path.
|
|
|
+.TP
|
|
|
+.B
|
|
|
+\fB\-f\fP, \fB\-\-file\-key\-path\fP
|
|
|
+Contains a 128 bit key in the given path.
|
|
|
+.TP
|
|
|
+.B
|
|
|
+\fB\-v\fP, \fB\-\-verify\fP
|
|
|
+Verify a given base64 encrypted type password.
|
|
|
+.TP
|
|
|
+.B
|
|
|
\fB\-o\fP, \fB\-\-origin\fP
|
|
|
Origin
|
|
|
.TP
|
|
@@ -249,6 +266,22 @@ $ \fIturnadmin\fP \fB\-\-redis\-userdb\fP="<db\-connection\-string>" \fB\-I\fP
|
|
|
List the origin\-to\-realm relations in PostgreSQL DB for a single realm:
|
|
|
.PP
|
|
|
$ \fIturnadmin\fP \fB\-\-psql\-userdb\fP="<db\-connection\-string>" \fB\-I\fP \fB\-r\fP <realm>
|
|
|
+.PP
|
|
|
+Create new key file for mysql password encryption:
|
|
|
+.PP
|
|
|
+$ \fIturnadmin\fP \fB\-E\fP \fB\-\-key\-path\fP <key\-file>
|
|
|
+.PP
|
|
|
+Create encrypted mysql password:
|
|
|
+.PP
|
|
|
+$ \fIturnadmin\fP \fB\-E\fP \fB\-\-file\-key\-path\fP <key\-file> \fB\-p\fP <secret>
|
|
|
+.PP
|
|
|
+Verify/decrypt encrypted password:
|
|
|
+.PP
|
|
|
+$ \fIturnadmin\fP \fB\-\-file\-key\-path\fP <key\-file> \fB\-v\fP <encrypted>
|
|
|
+.RE
|
|
|
+.PP
|
|
|
+
|
|
|
+.RS
|
|
|
.TP
|
|
|
.B
|
|
|
Help:
|