Provide script to upload a certificate in the APIM CA Certificate store #134
Labels
area:api-management
All issues related to Azure API Management
feature
All issues related to new features
Milestone
Is your feature request related to a problem? Please describe.
Provide script to upload a certificate in the APIM CA Certificate store.
This allows you to upload public certificates of partners/clients to allow client certificate validation in the APIM policy using the following snippet:
Describe the solution you'd like
In order to upload a certificate, you need to perform these steps:
Would be useful to have this as a function to which you only need to provide the following parameters:
See example: https://github.com/mbraekman/Powershell/blob/master/Azure/APIM-UploadCACertificate.ps1
This does take quite a long time to upload, if it would be possible to state whether to wait for the result or to immediately return, would be a nice addition, otherwise, a release pipeline might be waiting up to 20minutes for this script to finish.
Or if there is a better solution, which doesn't take as long, that would be even better.
Target-module:
Describe alternatives you've considered
Manually uploading the certificate.
The text was updated successfully, but these errors were encountered: