共用方式為


az sphere device certificate

注意

此參考是 Azure CLI 的 azure-sphere 延伸模組的一部分(2.45.0 版或更高版本)。 擴充功能會在您第一次執行 az sphere device certificate 命令時自動安裝。 深入了解擴充功能。

管理連結裝置上的憑證。

命令

名稱 Description 類型 狀態
az sphere device certificate add

在連結裝置的證書存儲中新增憑證。

副檔名 GA
az sphere device certificate delete

刪除連結裝置證書存儲中的憑證。

副檔名 GA
az sphere device certificate list

列出連結裝置證書存儲中的憑證。

副檔名 GA
az sphere device certificate show

在連結裝置的證書存儲中顯示憑證的詳細數據。

副檔名 GA
az sphere device certificate show-quota

在連結裝置的證書存儲中顯示可用的可用空間。

副檔名 GA

az sphere device certificate add

在連結裝置的證書存儲中新增憑證。

az sphere device certificate add --cert-type {client, rootca}
                                 --certificate
                                 --public-key-file
                                 [--device]
                                 [--private-key-file]
                                 [--private-key-password]

範例

在連結的裝置上新增跟證書。

az sphere device certificate add --certificate certSample --cert-type rootca --public-key-file pubcert.pem

在連結的裝置上新增客戶端憑證。

az sphere device certificate add --certificate certSample --cert-type client --public-key-file pubcert.pem --private-key-file privkeycert.pem --private-key-password 1234

必要參數

--cert-type -t

要新增的憑證類型。 “rootca” - 跟證書,用於裝置驗證伺服器的 EAP-TLS 網络。 “client” - 用戶端憑證,包含公開和私鑰,可與 EAP-TLS 網络搭配使用。 如需詳細資訊,請參閱: https://aka.ms/AzureSphereCertificateStore

接受的值: client, rootca
--certificate -c

要加入的憑證名稱。

--public-key-file -p

公鑰憑證 .pem 檔案的路徑。 您可以提供相對或絕對路徑。

選擇性參數

--device -d

連接多個裝置時,要執行命令的裝置。 指定連結裝置的識別碼、IP 位址或本機 連線 標識碼。

值來源: az sphere device list-attached
--private-key-file

用戶端私鑰 .pem 檔案的路徑。 新增類型為 「client」 的憑證時,為必要專案。 您可以提供相對或絕對路徑。

--private-key-password -w

用戶端私鑰的密碼。 新增已加密的用戶端私鑰時,需要此金鑰。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az sphere device certificate delete

刪除連結裝置證書存儲中的憑證。

az sphere device certificate delete --certificate
                                    [--device]

範例

刪除連結裝置上的憑證。

az sphere device certificate delete --certificate certSample

必要參數

--certificate -c

要刪除的憑證名稱。

值來源: az sphere device certificate list

選擇性參數

--device -d

連接多個裝置時,要執行命令的裝置。 指定連結裝置的識別碼、IP 位址或本機 連線 標識碼。

值來源: az sphere device list-attached
全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az sphere device certificate list

列出連結裝置證書存儲中的憑證。

az sphere device certificate list [--device]

範例

列出連結裝置上的憑證。

az sphere device certificate list

選擇性參數

--device -d

連接多個裝置時,要執行命令的裝置。 指定連結裝置的識別碼、IP 位址或本機 連線 標識碼。

值來源: az sphere device list-attached
全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az sphere device certificate show

在連結裝置的證書存儲中顯示憑證的詳細數據。

az sphere device certificate show --certificate
                                  [--device]

範例

在連結的裝置上顯示憑證的詳細數據。

az sphere device certificate show --certificate certSample

必要參數

--certificate -c

要顯示詳細數據的憑證名稱。

值來源: az sphere device certificate list

選擇性參數

--device -d

連接多個裝置時,要執行命令的裝置。 指定連結裝置的識別碼、IP 位址或本機 連線 標識碼。

值來源: az sphere device list-attached
全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az sphere device certificate show-quota

在連結裝置的證書存儲中顯示可用的可用空間。

az sphere device certificate show-quota [--device]

範例

在連結裝置的證書存儲中顯示可用的可用空間。

az sphere device certificate show-quota

選擇性參數

--device -d

連接多個裝置時,要執行命令的裝置。 指定連結裝置的識別碼、IP 位址或本機 連線 標識碼。

值來源: az sphere device list-attached
全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。