tdharris / bashScripts

Here is a collection of bash scripts that I've created.
1 stars 0 forks source link

check for capitalization of Country code #2

Open ChaosAdventurer opened 5 years ago

ChaosAdventurer commented 5 years ago

Currently its does not case check the country code that must be in CAPITALS, (we hit this the hard way, had to recreate csr) so it would be nice for it to check/force this since all ISO 3166-1 alpha-2 codes are upper case. (rabbit hole warning of reference https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 )