Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
For creating webhook using the endpoint of API, also for uploading images into Shopify needs https/ssl certificate for that does the certificate needs to be any specific for example OV ssl or DV ssl or anyother?
Another question doesn't have much to do with shopify but gona ask anyway... that is in case the server doesn't have a domain associated but only haves the IP so to generate the ssl certificate needs to be OV is that right?
Solved! Go to the solution
This is an accepted solution.
Hey @HCorte,
For creating webhook using the endpoint of API, also for uploading images into Shopify needs https/ssl certificate for that does the certificate needs to be any specific for example OV ssl or DV ssl or anyother?
No
Another question doesn't have much to do with shopify but gona ask anyway... that is in case the server doesn't have a domain associated but only haves the IP so to generate the ssl certificate needs to be OV is that right?
I don't know enough about SSL certificates to answer this. For testing locally, consider creating a tunnel with something like Ngrok
Scott | Developer Advocate @ Shopify
This is an accepted solution.
Hey @HCorte,
For creating webhook using the endpoint of API, also for uploading images into Shopify needs https/ssl certificate for that does the certificate needs to be any specific for example OV ssl or DV ssl or anyother?
No
Another question doesn't have much to do with shopify but gona ask anyway... that is in case the server doesn't have a domain associated but only haves the IP so to generate the ssl certificate needs to be OV is that right?
I don't know enough about SSL certificates to answer this. For testing locally, consider creating a tunnel with something like Ngrok
Scott | Developer Advocate @ Shopify
Allready used Ngrok for test purposes, in this case was for project that will be in production that was able to confirm that needs to be OV from a post in stackoverflow.
@SBD_ sorry when you answered no you meant it wasn't need https/ssl certificate so in case it fails can be because its an ip address?