I want to restrict access to an external api using my certificate, and it asks for DN or “Subject” but I can not find that when I look at the certificate for my application in Chrome.
I am running GAE Standard and Google Managed Certificates.
I want to restrict access to an external api using my certificate, and it asks for DN or “Subject” but I can not find that when I look at the certificate for my application in Chrome.
I am running GAE Standard and Google Managed Certificates.
Hi @jarrodhroberson ,
Welcome to Google Cloud Community!
For your GAE Standard application, you can use the following steps to get the DN or “Subject” of your Google Managed Certificate:
Once you have obtained the DN or “Subject” of your Google Managed Certificate, you can use it to configure access restrictions for your external API.
Reference:
Thanks
Not the OP but my experience is that if you’re using Google Managed Certificates, then the SSL Certificates tab will be blank (I just checked again for our site). Is it supposed to show a certificate even in the case of Google Managed Certificate and if so, is there a step that needs to be executed to have it shown?
… NoCommandLine …
https://nocommandline.com
A GUI for Google App Engine