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: python/iot_mw.py
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,8 @@
44
44
signCmd.add_argument('--tbs', action='store', type=str, dest='tbs', required=True, help="Base64 encoded string of data to be signed")
45
45
signCmd.add_argument('--raw', action='store_true', dest='raw', default=False, help="If true, performs a raw signature (no hash)")
46
46
47
-
# getFqdnAndPortCmd
48
-
getFqdnAndPort=subparsers.add_parser('getFqdnAndPort', help='Retrieves the URL and the port of the server endpoint')
47
+
# getUrlAndPortCmd
48
+
getUrlAndPort=subparsers.add_parser('getUrlAndPort', help='Retrieves the URL and the port of the server endpoint')
49
49
50
50
# getAllInfo
51
51
getAllInfo=subparsers.add_parser('getAllInfo', help='Retrieves all the information required for establishing a TLS session and validates the cryptographic material provided by the SIM card')
0 commit comments