Граф коммитов

81 Коммитов

Автор SHA1 Сообщение Дата
Eric Wolz 76280772a7 update tools .net version 2023-07-12 11:51:41 -07:00
Eric Wolz a92ee04d39
Support for VS2022 (#2466)
* support vs2022

* display cmake version

* update traceabilitytool to .net 4.7.2

* added ASAN
2023-03-27 14:29:19 -07:00
Hiroki Nakagami 9a5c9ca96d
Add instruction to sign certs with intermediate CA (#2186)
* Add instruction to sign certs with intermediate cA

Default method "create_device_certificate" will create a device certificate which is chained up to the root certificate directly.
In group enrollment scenario of Device Provisioning Service, users may want the device certs to be chained up to the intermediate certificate. So "create_device_certificate_from_intermediate" should be noted.

* Adding multi-level client certificate documentation

* Addressing PR feedback

Co-authored-by: CIPop <Cristian.Pop@microsoft.com>
2022-03-03 00:09:28 +00:00
Dane Walton 9cc133c614
typos | readme sanitation | remove en-us from links (#2162) 2021-11-22 19:09:53 +00:00
John Spaith e6aae75a90
Remove vestigial build artifacts (#2116) 2021-10-20 13:43:53 -07:00
Eric Wolz 831f3c3a30
Test windows hosted agent (#2017)
* Update longhaul.vsts-ci.yml

* Update longhaul.vsts-ci.yml

* Update longhaul.vsts-ci.yml

* Update longhaul.vsts-ci.yml

* Update longhaul.vsts-ci.yml

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update longhaul.vsts-ci.yml

* Update longhaul.vsts-ci.yml

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Update .vsts-ci.yml

* Update .vsts-ci.yml

* Update .vsts-ci.yml

* Update .vsts-ci.yml

* Update .vsts-ci.yml

* Update .vsts-ci.yml

* Update .vsts-ci.yml

* Update .vsts-ci.yml

* Update .vsts-ci.yml

* Update .vsts-ci.yml

* Update build.cmd

* Update .vsts-ci.yml

* Update build.cmd

* Update .vsts-ci.yml

* Update longhaul.vsts-ci.yml

* Update iothubtest.c

* Update .vsts-ci.yml

* Update build.cmd

* Update .vsts-ci.yml

* Update .vsts-ci.yml

* Update .vsts-ci.yml

* added amqp debug

* amqp

* update amqp

* add amqp logging

* update amqp branch

* Added CPP wrapper to unit tests

* update cmake min version to 3.5

* fix iothubtransport_mqtt_common_ut  cmake

* fix unit test

* fix cmake script

* fix cmake if statement

* restore iothubmessage_ut static

* run cppunit test only on win32 builds

* move to latest uamqp

* remove debug build cmd
2021-08-12 18:56:00 -07:00
hihigupt 395a6d2f18
Update Cert Readme for Edge devices (#2040) 2021-08-11 15:44:07 -07:00
Stewart Adam c631768995
Do not call tput without $TERM (#1864)
Attempting to use this script non-interactively (e.g. during AzDO pipelines) results in $TERM being undefined, causing tput to fail which immediately terminates the script execution.
2021-02-18 16:40:06 -08:00
Eric Wolz feac7ef39d
If no argument given to certGen.sh the usage is not printed (#1862)
* If no argument given to certGen.sh the usage is not printed

* bug #1859/#1860/#1861

* fixed running under WSL
2021-02-17 14:31:42 -08:00
Wesley McSwain 5939e2daf1
Updates to support intermediate cert chains DPS X.509 flow (#1739) 2020-11-20 09:18:14 -07:00
Dane Walton 539039b393
Merge branch 'master' into dawalton/updatecertdoc 2020-11-06 15:57:12 -08:00
Dane Walton 88c502cfd4 update ca certificate documentation 2020-11-06 15:55:15 -08:00
Dane Walton 2dc88db7d4
update cert gen script to exit on failure (#1713) 2020-10-23 15:44:03 -07:00
Ewerton Scaboro da Silva 20e31ceef7 Fix function description in certGen.sh (gh issue #1660) 2020-09-18 11:20:42 -07:00
Wesley McSwain e5d332028f
Fixed extension used in leaf certs to be usr_cert extension set from openssl.cnf (#1519)
Co-authored-by: Eric Wolz <ericwol@microsoft.com>
2020-05-17 16:42:39 -07:00
Rajasekharan Vengalil 8f65264f62 Add shebang directive to certGen.sh and make it executable (#1385)
Co-authored-by: danewalton <36710865+danewalton@users.noreply.github.com>
2020-01-17 09:55:37 -08:00
Nicole Berdy d910ed9eb2
Update CACertificateOverview.md
Removing the line on casing with DPS since DPS is now case-insensitive
2019-12-16 14:51:07 -08:00
Robledo Pontes 12c6a67885
Updating references from Device Explorer to Azure IoT Explorer. (#1299)
Updating references from Device Explorer to Azure IoT Explorer and some minor documentation changes.
2019-11-12 09:51:25 -08:00
danewalton 805405039e
fix certGen.sh for devices (#1230) 2019-10-04 16:28:12 -07:00
Anton Romanov 609482a019 update certGen.sh (#670)
* update certGen.sh

fix the openssl -subj parameter to make the script successfully run on windows and linux os

* make the CN subject by tracking the OSTYPE value

* function makeCNsubject check only pure windows OSTYPE
2019-02-20 15:24:47 -08:00
Damon Barry ffe95a52d7 Fix bugs in ca-certs.ps1 2018-12-11 13:22:34 -08:00
Jelani Brandon 5ca3c6f0a5
Update certificate script to remove the password (#752)
* Update certificate script to remove the password
2018-12-03 21:43:06 -08:00
Dan Cristoloveanu 73f0993813 Allow digits in spec IDs in traceability tool 2018-07-27 12:29:07 -07:00
Azure IoT Builder c8c4b90180 Merge commit '8fb8af793659961c57e353e56d719cb801cf4b1d' into HEAD 2018-07-16 19:44:37 +00:00
Mahesh Rohera 8fb8af7936 Appending a CA suffix for Edge device certificates 2018-07-16 12:30:01 -07:00
Dominic Betts d00d25472a Align CA Certificates content with docs 2018-07-11 13:59:41 +01:00
Mahesh Rohera 1e708ba0f1 Fixes to powershell scripts for generation of Edge device certificates 2018-07-03 13:30:16 -07:00
António Sérgio Azevedo 003bd6469f
Remove Head and master from this file
Remove Head and master from this file - Otherwise it will fail. Issue reported here as well: #https://github.com/MicrosoftDocs/azure-docs/issues/10793
2018-07-02 14:45:30 +01:00
Carter Tinney 741353738b Added MethodInvoke 2018-06-28 20:55:40 +00:00
Mahesh Rohera 0718fd2229 Adding cleaner error messages and other minor fixes when using OpenSSL using VCPKG 2018-06-27 16:58:43 -07:00
Mahesh Rohera c9ad0a9d69 Permission changes on device CA key file 2018-06-26 13:59:55 -07:00
John Spaith 686984f406 Adding module support 2018-06-26 14:18:49 +00:00
Nir Ganani 1282b17ecf
Update CACertificateOverview.md step 3
Showing more realistic verification code
2018-05-25 17:46:58 +03:00
John Spaith 32018eb76d Fix up casing for DPS scenario 2018-03-14 09:53:46 -07:00
John Spaith bef2e87e7c Revert "Merge commit '89bd792fd9ec0fdab06749e7c0927fd2586c9f8f' into HEAD"
This reverts commit 51906ea45f, reversing
changes made to fea54b04f5.
2018-02-28 09:17:43 -08:00
John Spaith 2429fcc7d0 Fix FI merge conflicts from master 2018-02-14 14:18:29 -08:00
John Spaith 8eb34aa735 Extra checking for existing cert; cleanup docs 2018-01-30 14:58:09 -08:00
John Spaith 0a43783fab Fix typo 2018-01-29 10:56:09 -08:00
Cristian Pop 25e205fb9b Fixing Subject Alternative Name in generated certificates. 2018-01-26 18:22:32 -08:00
John Spaith 34fb9b0f59 Updating readme 2018-01-10 15:26:03 -08:00
John Spaith 8cdece2af1 Updating docs to reference published Edge specs 2017-11-27 16:53:30 -08:00
John Spaith 07f8f776fc Add ability to specify ECC vs RSA during setup 2017-11-22 18:10:44 -08:00
John Spaith 8f8a72cd94 fix typo 2017-11-21 14:14:16 -08:00
John Spaith c8b7538b86 Updating docs for PowerShell / Edge, and cleanup of non-CA specific bits 2017-11-21 13:52:13 -08:00
John Spaith d86d5c3970 Initial adding Edge support to PS1 2017-11-14 22:07:26 -08:00
John Spaith 0d2b11ff51 Updating scripts to be Edge device cert aware 2017-11-14 13:46:07 -08:00
Azure IoT Builder 5155db4542 Merge commit '386cd39cddc7247779286b47b96233616ca25b3e' into HEAD 2017-10-20 20:25:41 +00:00
John Spaith 386cd39cdd Bash to create CA certificates; docs for both PowerShell and Bash 2017-10-20 12:27:17 -07:00
John Spaith 8d2d7eebd8 PowerShell to interact with CA Certificates 2017-10-10 16:06:32 -07:00
neeraj-khanna 6ede33a920 Scripts to add environment variables 2017-01-03 18:57:02 -08:00