Fix typo in the section Enabling SSL
The description of Enabling SSL section have 'to it' written twice. Remove one of them to increase the readability. Change-Id: I2be039c6d5003a4d8da678efb123792a368cb154
This commit is contained in:
parent
6118000b74
commit
33879254e3
@ -82,7 +82,7 @@ use following command::
|
||||
openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 365
|
||||
|
||||
Start the mockup server passing the ``--ssl-certificate`` and
|
||||
``--ssl-key`` parameters to it to it, for example::
|
||||
``--ssl-key`` parameters to it, for example::
|
||||
|
||||
sushy-emulator --ssl-key key.pem --ssl-certificate cert.pem
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user