-
Notifications
You must be signed in to change notification settings - Fork 4k
Add how to get cert and save it as pfx #10018
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
Conversation
Some customers are asking Azure technical support how to download certificates on Key Vault as pfx files. I added few commands to do it.
Can one of the admins verify this patch? |
@RandalliLama @schaabs This looks good to me, but can you take a look? |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, please add a Changelog entry for Az.KeyVault undre src\KeyVault\KeyVault\Changelog.md
Thumbprint : XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | ||
Tags : | ||
Enabled : True | ||
Created : 2/8/2016 11:21:45 PM | ||
Updated : 2/8/2016 11:21:45 PM | ||
``` | ||
|
||
This command gets the certificate named TestCert01 from the key vault named ContosoKV01. | ||
This command gets the certificate named TestCert01 from the key vault named ContosoKV01. To download the certificate as pfx file, run following command. These commands access SecredId and then save the content as a pfx file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The help format won't allow two different code blocks - instead, please just make this a separate example. Also, we will need to add suppressions for the mock secrets in your example, as our credential scanner has flagged them.
Thumbprint : XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | ||
Tags : | ||
Enabled : True | ||
Created : 2/8/2016 11:21:45 PM | ||
Updated : 2/8/2016 11:21:45 PM | ||
``` | ||
|
||
This command gets the certificate named TestCert01 from the key vault named ContosoKV01. | ||
This command gets the certificate named TestCert01 from the key vault named ContosoKV01. To download the certificate as pfx file, run following command. These commands access SecredId and then save the content as a pfx file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo - 'SecredId' should be 'SecretId'
Some customers are asking Azure technical support how to download certificates on Key Vault as pfx files. I added few commands to do it.
Description
Some customers are asking Azure technical support how to download certificates on Key Vault as pfx files. I added few commands to do it.
Checklist
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be added