I have this case where i want to manage the ssls in google cloud. Manually i could just go to GCP > Network Services > Advanced menu > Certificates to manage the certificates.
I googled about http apis and i stumbled upon this REST Resource: sslCertificates. but these apis only work through OAuth.
Is there a way to access these apis through service acccounts ?
I also looked at GCP NPM and all its complimentary packages but none of them had functions to manage ssl in load balancers
moreover these packages dont have any function to initialse the service account at my own. they run only in google cloud environments like compute engine.
Please help
any kind of response is welcomed