This commit is contained in:
Oguz Bastemur 2018-09-19 01:22:59 -07:00
Родитель 03735d1785
Коммит d18443292d
8 изменённых файлов: 66 добавлений и 0 удалений

12
tools/dice/README.md Normal file
Просмотреть файл

@ -0,0 +1,12 @@
### Creating the sample x509 root certificate
This folder includes `dice_device_enrollment` tool for Windows, Linux, and OSX.
- Download the tool for your system and run
- Select `g` option
- Save the resulting certificate into a file and upload it to AzureIOTCentral (Administration/Device Connection)
- Go under the certificate settings
![Settings](cert_settings.png)
- Grab the Verification Code from the AzureIOTCentral UX and paste it back to `dice_device_enrollment` tool
- Tool will generate you a challenge response certificate. Save it to another file
- Click to `Verify` button on the UX and upload the response certificate

Двоичные данные
tools/dice/cert_settings.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 56 KiB

Просмотреть файл

@ -0,0 +1,18 @@
### DICE for Linux
`dice_device_enrollment` helps you to generate and verify a sample certificate.
simple run on command line as shown below
```
./dice_device_enrollment
```
If you want to check the integrity of the binary file on Linux;
```
shasum -a 256 dice_device_enrollment
```
Output should be matching to the hash below.
```
e3a4ad950f8325b71bda884b9cf95350f05e0f756afd56798bedb5475e7cbcd8
```

Двоичные данные
tools/dice/linux/dice_device_enrollment Executable file

Двоичный файл не отображается.

18
tools/dice/osx/README.md Normal file
Просмотреть файл

@ -0,0 +1,18 @@
### DICE for Linux
`dice_device_enrollment` helps you to generate and verify a sample certificate.
simple run on command line as shown below
```
./dice_device_enrollment
```
If you want to check the integrity of the binary file on OSX;
```
shasum -a 256 dice_device_enrollment
```
Output should be matching to the hash below.
```
426af7a68f43a4a297d383f13bf803856e37f24f26433165f51c102710204baa
```

Двоичные данные
tools/dice/osx/dice_device_enrollment Executable file

Двоичный файл не отображается.

Просмотреть файл

@ -0,0 +1,18 @@
### DICE for Windows (compressed)
`dice_device_enrollment` helps you to generate and verify a sample certificate.
simple run on command line as shown below
```
dice_device_enrollment.exe
```
If you want to check the integrity of the binary file on Windows;
```
Get-FileHash dice_device_enrollment.zip -Algorithm SHA256
```
Output should be matching to the hash below.
```
b08d4648e7498e9828f8434760230f578fc9e4a336d41118f9c8155dcfb53852
```

Двоичные данные
tools/dice/windows/dice_device_enrollment.zip Normal file

Двоичный файл не отображается.