I found some code here: https://stackoverflow.com/a/11535593/181771
which contains the following:
DEBUG_DN = new X500Principal("CN=Android Debug,O=Android,C=US");
What does the string in that constructor, specifically C=US
refer to? Is it something United States specific?
I ask because I'm developing an app that will primarily be used in Ireland and I'd like to know if this is something I need to change.