question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[FEATURE REQ] How to migrate certificates configuration

See original GitHub issue

Please describe the feature.

Our backend require us to define configuration with certificates which are managed in different Key Vaults specific to each environment.

What is the best way to add those certificate configuration to the APIM ?

We can see that once the certificate is added, we can use the backend to configure the service by using following setup…

backends:
  - name: "my-backend"
    properties:
      url: "https://myservice.com"
      credentials:
        certificate: ["xxxxxx"]

Issue Analytics

  • State:closed
  • Created 7 months ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
vtapadiacommented, Feb 14, 2023

We fixed the final issue by having the same name of certificate accross all environments.

The only thing that we had to do outside was certificate registration to the APIM platform.

Another issue we noticed was that when using the same certificate with a different name, the APIM was not allowing us to add it. Its strange that they work with names, but implementation is based on actual certificate. But I guess that is not an issue for you guys… 😃.

Thanks for the help and useful discussion. We are going to use this process more and will report any findings we may have in the future.

1reaction
waelkdouhcommented, Feb 9, 2023

I agree with everything you suggested.

Read more comments on GitHub >

github_iconTop Results From Across the Web

import own SSL Certificates in Controller - Feature request
The most difficult part was figuring out how to enable SSH on the UDM-Pro itself. You have to go back to the landing...
Read more >
[Feature request] Import the certificated from a server
Hello,. Please place your certificate into certs subfolder of Axigen working directory and it will automatically displayed (needs to have .pem ...
Read more >
Add an SSL certificate to Exchange 2010 for migration ...
To create a certificate request: Open the Exchange Management Console (EMC). Select the server to which you want to add the certificate.
Read more >
Import Trusted Certificates and Key Certificate Pairs - TechDocs
Log in to the Administrative UI. · Select Infrastructure, X509 Certificate Management, Trusted Certificates and Private Keys. · Click Request ...
Read more >
Configuring Certificate-based Authentication Features
Click Import Certificates to expand that section. 3. Click + at the bottom of the Import Certificates table. The New Certificate page opens....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found