Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PFX support for az ad sp create-for-rbac #28699

Open
TheOnlyWei opened this issue Apr 5, 2024 · 1 comment
Open

PFX support for az ad sp create-for-rbac #28699

TheOnlyWei opened this issue Apr 5, 2024 · 1 comment
Assignees
Labels
Auto-Assign Auto assign by bot Azure CLI Team The command of the issue is owned by Azure CLI team feature-request Graph az ad
Milestone

Comments

@TheOnlyWei
Copy link

TheOnlyWei commented Apr 5, 2024

Related command
az ad sp create-for-rbac
https://learn.microsoft.com/en-us/cli/azure/ad/sp?view=azure-cli-latest#az-ad-sp-create-for-rbac

Is your feature request related to a problem? Please describe.
I want az ad sp create-for-rbac to support PFX certificate files.
az ad sp create-for-rbac just generates a PEM with --create-cert, which is difficult to convert to PFX in Windows PowerShell. It also doesn't accept an existing PFX file for --cert, forcing customers to have to convert their certificates to other certificates.

Describe the solution you'd like
az ad sp create-for-rbac should offer option to generate a PFX file or use an existing PFX file, since customers likely encrypt their certificates.

Describe alternatives you've considered
Only way is to install OpenSSL to convert PEM to PFX in Windows PowerShell. Would be much easier if az ad sp create-for-rbac supported PFX certificates since customers most likely want to encrypt their certificates anyway.

@yonzhan
Copy link
Collaborator

yonzhan commented Apr 5, 2024

Thank you for opening this issue, we will look into it.

@microsoft-github-policy-service microsoft-github-policy-service bot added Auto-Assign Auto assign by bot Graph az ad labels Apr 5, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added Azure CLI Team The command of the issue is owned by Azure CLI team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Apr 5, 2024
@yonzhan yonzhan added this to the Backlog milestone Apr 5, 2024
@yonzhan yonzhan added feature-request and removed question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto-Assign Auto assign by bot Azure CLI Team The command of the issue is owned by Azure CLI team feature-request Graph az ad
Projects
None yet
Development

No branches or pull requests

3 participants