Every time I read "military-grade" on one of their pages, my head twitches.
Since your whole product hinges on HTTPS, you might want to tweak a couple things:<p>1. Disable TLS compression. (it's currently on)<p>2. Disable CBC-based ciphersuites. (they're currently enabled, or higher priority than RC4)<p>3. Get more than one IP address to host your site, preferably distributed to a different part of the world. It seems you've got two separate amazon IPs, one for www.stormpath.com and one for stormpath.com; i'm not sure if those are anycast addresses but I doubt it. I <i>really</i> hope they're not in the US East/Virginia zone, since it goes down about once a year (which makes your 100% availability guarantee for enterprise customers impossible)<p>4. Your main cert has SANs for stormpath.com, www.stormpath.com, api.stormpath.com, ci.stormpath.com, repository.stormpath.com. I know that makes it easier to manage, but when one of these hosts gets compromised and its private key stolen, the whole kit and caboodle is compromised.<p>5. Implement DNSSEC and IPv6. Your public sector clients will get a kick out of it.