With Google deprecating SHA-1 everywhere I'm wondering if it is necessary for me to modify my validation for Google Maps API connection on my web server. I have found little information from Google other than:
https://developers.google.com/maps/documentation/business/webservices/auth
This clearly says use SHA-1 but I'm wondering if its possible to update? And to do so can I just follow their steps on that link but use SHA-256 instead of SHA-1?