Code Signing using a USB device

Vishnu Anand 185 Reputation points
2024-05-27T03:30:21.3833333+00:00

We have our builds on our Azure VM and code signing certificates on a USB device. Can we connect these USB devices to our local machine and then use the plug-and-play option in RDP to connect the device to the Azure VM for code signing?

Additionally, I think we can store these codes in Azure Key Vault for code signing. Can anyone clarify this?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,872 questions
Azure IoT Plug and Play
Azure IoT Plug and Play
A Microsoft technology based on an open modeling language that enables developers to connect internet of things (IoT) devices to the cloud without having to write any code.
18 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,551 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anveshreddy Nimmala 3,545 Reputation points Microsoft Vendor
    2024-05-28T07:18:54.8333333+00:00

    Hello Vishnu Anand,

    Welcome to microsoft Q&A, thankyou for posting your query here.

    you can connect your USB device to your local machine and then use the plug-and-play option in RDP to connect the device to the Azure VM for code signing

    It is important to make sure that the USB device is supported by the Azure VM and that the necessary drivers are installed on the VM.

    To check if the USB device is supported by the Azure VM, you can connect the USB device to your local machine and then run the Remote Desktop client (mstsc.exe) to open the Remote Desktop client.

    Select "Show Options" and then select the "Local Resources" tab. Under "Local devices and resources", select "More".

    If your device is compatible, it should appear under "Other supported Remote FX USB devices". You can only use USB redirection on USB devices that appear in this list

    To set the devicestoredirect RDP property, use these steps:

    Open the Remote Desktop client (mstsc.exe) on your local machine.

    Click on "Show Options" to expand the options.

    Click on the "Local Resources" tab.

    Click on the "More" button under "Local devices and resources".

    In the "Local devices and resources" dialog box, select the "Drives" check box to enable drive redirection.

    Click on the "OK" button to close the dialog box.

    Click on the "Connect" button to connect to the Azure VM.

    Yes, you can store your code signing certificates in Azure Key Vault.

    You can use Azure Key Vault to store and manage your code signing certificates securely.

    This will help you to protect your certificates from unauthorized access and ensure that they are available when you need them.

    https://video2.skills-academy.com/en-us/azure/key-vault/general/quick-create-portal

    Once you have stored your code signing certificate in Azure Key Vault, you can grant access to the certificate to the users or applications that need to use it.

    https://video2.skills-academy.com/en-us/azure/key-vault/general/rbac-guide?tabs=azure-cli

    Hope this helps you.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.