You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,19 +19,22 @@ It requires **Python 3**. It was tested on **Python 3.7** and **3.8** using a **
19
19
20
20
**host** you need to specify the ip address or the hostname/fqdn of the **payShield** appliance.
21
21
22
-
**--port** specify the host port. If the parameter is omitted the default value **1500** is used.
22
+
**--port** specify the host port, if the parameter is omitted the default value **1500** is used.
23
23
24
-
**--proto** specify the protocol to use, **tcp**, **udp** or **tls**. If the parameter is omitted the default value **tcp** is used.
25
-
If **tls** is used you might specify the path of the client key file and the certificate using the parameters **--keyfile** and **--crtfile**
24
+
**--proto** specify the protocol to use, **tcp**, **udp** or **tls**, if the parameter is omitted the default value **
25
+
tcp** is used. If **tls** is used you might specify the path of the client key file and the certificate using the
26
+
parameters **--keyfile** and **--crtfile**
26
27
27
-
**--keyfile** the path of the client key file. If is not specified the default value is **client.key**. It's only considered it the protocol is **tls**
28
+
**--keyfile** the path of the client key file, if is not specified the default value is **client.key**. It's only
29
+
considered if the protocol is **tls**
28
30
29
-
**--crtfile** the path of the client certificate file. If is not specified the default value is **client.crt**. It's only considered it the protocol is **tls**
31
+
**--crtfile** the path of the client certificate file, if is not specified the default value is **client.crt**. It's
32
+
only considered if the protocol is **tls**
30
33
31
-
**--key** the length of the RSA key that the appliance will generate. there are ony two valid values: **2048** or **4096**.
32
-
if the parameter is not specified **2048** is the default.
34
+
**--key** the length of the RSA key that the appliance will generate. There are only two valid values: **2048** or **
35
+
4096**. If the parameter is not specified **2048** is the default.
33
36
34
-
**--header** the header string to prefix to the host command. if is not specified the default value is **HEAD**.
37
+
**--header** the header string to prefix to the host command, if it is not specified the default value is **HEAD**.
35
38
36
39
**--nc** performs just an **NC** test. It cannot be used in conjunction with **--key**.
37
40
@@ -54,13 +57,14 @@ if the parameter is not specified **2048** is the default.
54
57
**--decode** decodes the response of the payShield if a decoder function is available for the command.
0 commit comments