Unable to create a certificate in HSM Vault with OU that contains a comma

Roie Rachamim 1 Reputation point
2020-08-25T20:12:19.64+00:00

Hi,

For example OU = 'Hello, world'

I wasn't able to do that via the CLI or the console

What am i doing wrong?

Thanks,
Roie

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,102 questions
Azure Dedicated HSM
Azure Dedicated HSM
An Azure service that provides hardware security module management.
25 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Yeming Liu 1 Reputation point Microsoft Employee
    2020-09-17T03:12:26.86+00:00

    Try quoting the field that contains comma, for instance:

    CN=[DEV] Kuku Root CA,OU=Kuku,O="Kuku, Inc.",L=LA,ST=CA,C=US

    0 comments No comments