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

Provide script to import certificate as base64-string into Azure Key Vault #71

Closed
mbraekman opened this issue Jul 22, 2020 · 2 comments · Fixed by #91
Closed

Provide script to import certificate as base64-string into Azure Key Vault #71

mbraekman opened this issue Jul 22, 2020 · 2 comments · Fixed by #91
Assignees
Labels
area:key-vault All issues related to Azure Key Vault feature All issues related to new features
Milestone

Comments

@mbraekman
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Provide a script to help with uploading a certificate as a secret into Azure Key Vault.

Describe the solution you'd like
Read the provided certificate as byte-array to convert to base64 before uploading with multi-line support to Azure Key Vault.

Example of such a script can be found here:
https://github.com/mbraekman/Powershell/blob/master/Azure/Create%20KeyVault%20Secret%20-%20Certificate%20as%20Base64.ps1

@mbraekman mbraekman added feature-request All issues related to feature requests by customers area:key-vault All issues related to Azure Key Vault labels Jul 22, 2020
@mbraekman mbraekman added this to the v0.2.0 milestone Jul 22, 2020
@mbraekman mbraekman added feature All issues related to new features and removed feature-request All issues related to feature requests by customers labels Jul 22, 2020
@stijnmoreels
Copy link
Member

stijnmoreels commented Sep 14, 2020

Maybe we can provide an extra argument to the already existing #17 script for the encoding of the to-be-imported file instead of two seperate commands? @mbraekman

@mbraekman
Copy link
Contributor Author

While I'm not opposed to that suggestion, I think we should create a seperate one, to keep in line with the user-friendliness setup where we split up enable/disable or start/stop scripts as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:key-vault All issues related to Azure Key Vault feature All issues related to new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants