How to create callback URL in ordering certificates from IBM certificate manager?

393 views Asked by At

I needs to order certificate in IBM certificate manager from another dns provider(google domains).In this process, how to create callback url to validate the domain.

1

There are 1 answers

0
Idan Adar On

The endpoint for a Callback URL notifications channel can be any server capable of receiving network requests where you implement code that will process the events sent to it and respond according to the spec.

You can also use IBM Cloud Function actions to more easily set it up instead.

You should read through the documentation(1, 2) to learn what is expected in order to validate domain ownership, and how to configure your Callback URL notifications channel.

You can then follow the steps mentioned in this GitHub repository to create a Cloud Function that validates domain ownership for CloudFlare - you should be able to update the sample code to work with a DNS provider of your choice.